How to interpret the ESP32 wifi logging messages?
Posted: Sat Nov 14, 2020 9:20 am
Hello,
I am running endurance tests on a ESP32-PICO at the moment.
From time to time there are wifi connection interrupts and sometimes,
not sure if this is during the interrupts, there are messages like
Can some tell me what happens here and how to interpret these messages?
Is this a reconnect or a channel switch?
I am running endurance tests on a ESP32-PICO at the moment.
From time to time there are wifi connection interrupts and sometimes,
not sure if this is during the interrupts, there are messages like
Code: Select all
I (5558837) wifi:new:<6,0>, old:<6,2>, ap:<255,255>, sta:<6,0>, prof:1
I (5559857) wifi:new:<6,2>, old:<6,0>, ap:<255,255>, sta:<6,2>, prof:1
Is this a reconnect or a channel switch?