Replies: 2 comments 3 replies
-
Hi Denis! |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi Renato, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everybody my name is Denis I'm from Brazil, I need help I don't have much knowledge in programming, I'm giving this error
Arduino: 1.8.16 (Windows 8.1), Placa:"ESP32 Dev Module, Disabled, Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, Warn"
In file included from C:\Users\DENIS\Documents\Arduino\sketch_nov08b\sketch_nov08b.ino:1:0:
C:\Users\DENIS\Documents\Arduino\libraries\WiFiManager-master/strings_en.h:374:7: error: 'wifi_country_t' does not name a type
const wifi_country_t WM_COUNTRY_US{"US",1,11,CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER,WIFI_COUNTRY_POLICY_AUTO};
C:\Users\DENIS\Documents\Arduino\libraries\WiFiManager-master/strings_en.h:375:7: error: 'wifi_country_t' does not name a type
const wifi_country_t WM_COUNTRY_CN{"CN",1,13,CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER,WIFI_COUNTRY_POLICY_AUTO};
C:\Users\DENIS\Documents\Arduino\libraries\WiFiManager-master/strings_en.h:376:7: error: 'wifi_country_t' does not name a type
const wifi_country_t WM_COUNTRY_JP{"JP",1,14,CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER,WIFI_COUNTRY_POLICY_AUTO};
^
Foram encontradas múltiplas bibliotecas para "WiFi.h"
Usado: C:\Users\DENIS\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.2\libraries\WiFi
Não usado: C:\Program Files (x86)\Arduino\libraries\WiFi
exit status 1
Beta Was this translation helpful? Give feedback.
All reactions