[GH-ISSUE #673] error: 'WM_COUNTRY_US was not declared in this scope #563

Closed
opened 2026-02-28 01:25:53 +03:00 by kerem · 1 comment
Owner

Originally created by @deunix-educ on GitHub (Jul 23, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/673

####Hardware:
WiFimanager Branch/Release: Development
Esp8266/Esp32:
Hardware: heltec_wifi_lora_32
Core Version: 2.4.0, staging
####Description:
.piolibdeps/WifiManager/WiFiManager.cpp:2343:61: error: 'WM_COUNTRY_US' was not declared in this scope

Fixed by:
strings_en.h:322
#ifdef ESP32
...
...
#endif
Originally created by @deunix-educ on GitHub (Jul 23, 2018). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/673 ####Hardware: WiFimanager Branch/Release: Development Esp8266/Esp32: Hardware: heltec_wifi_lora_32 Core Version: 2.4.0, staging ####Description: .piolibdeps/WifiManager/WiFiManager.cpp:2343:61: error: 'WM_COUNTRY_US' was not declared in this scope ``` Fixed by: strings_en.h:322 #ifdef ESP32 ... ... #endif ```
kerem 2026-02-28 01:25:53 +03:00
Author
Owner

@tablatronix commented on GitHub (Jul 23, 2018):

Oops I had it lowercase

<!-- gh-comment-id:407035362 --> @tablatronix commented on GitHub (Jul 23, 2018): Oops I had it lowercase
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#563
No description provided.