-
Notifications
You must be signed in to change notification settings - Fork 7.6k
'CONFIG_ESP32_PHY_MAX_TX_POWER' was not declared in this scope (V2.0.1RC1) #5821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The define was renamed in ESP-IDF from |
There is a compatibility define but it would appear that |
Thank you that's working |
@whogarden I'd suggest file an issue with |
Done #1306 |
Hardware:
ESP-WROOM-32 4MB (Dev board)
Description:
Using Arduino IDE 1.8.13
Board selected : ESP32 Dev Module
Partition Scheme: "Default 4MB with spiffs(1.2MB APP/1.5MB SPIFFS)"
Sketch : ..\libraries\WiFiManager\examples\Basic\Basic.ino
Library from https://github.com/tzapu/WiFiManager version=2.0.4-beta
Compilation error with Arduino core for the ESP32 release v2.0.1RC1
Error :
..\libraries\WiFiManager/strings_en.h:374:46: error: 'CONFIG_ESP32_PHY_MAX_TX_POWER' was not declared in this scope
const wifi_country_t WM_COUNTRY_US{"US",1,11,CONFIG_ESP32_PHY_MAX_TX_POWER,WIFI_COUNTRY_POLICY_AUTO};
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It's working fine with Arduino core for the ESP32 release v2.0.0
Sketch:
Debug Messages:
The text was updated successfully, but these errors were encountered: