Closed mano1979 closed 6 years ago
While trying to compile your code i got this error. When i added the ";" locally and it compiles fine.
/home/mano/esp/ESP32_Alexa/components/wifi/wifi.c: In function 'event_handler': /home/mano/esp/ESP32_Alexa/components/wifi/wifi.c:35:17: error: expected ';' before 'break' break; ^ /home/mano/esp/ESP32_Alexa/components/wifi/wifi.c:39:17: error: expected ';' before 'break' break; ^ /home/mano/esp/ESP32_Alexa/components/wifi/wifi.c:43:17: error: expected ';' before 'break' break; ^ /home/mano/esp/ESP32_Alexa/components/wifi/wifi.c:47:17: error: expected ';' before 'break' break; ^ /home/mano/esp/ESP32_Alexa/components/wifi/wifi.c:51:17: error: expected ';' before 'break' break; ^ /home/mano/esp/ESP32_Alexa/components/wifi/wifi.c:55:17: error: expected ';' before 'break' break;
thanks, they changed the logging macro - fixed
While trying to compile your code i got this error. When i added the ";" locally and it compiles fine.