MrBuddyCasino / ESP32_Alexa

An Alexa Smart Speaker project for the ESP32.
Mozilla Public License 2.0
265 stars 72 forks source link

minor error in code ;;; #29

Closed mano1979 closed 6 years ago

mano1979 commented 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;
MrBuddyCasino commented 6 years ago

thanks, they changed the logging macro - fixed