29-12-2021, 19:25
Hi, i tried to update the Pro2 compact to RX_v5.0_b007 but i found some repetitive errors:
Arduino:1.8.19 (Windows 7), Scheda:"LOLIN(WEMOS) D1 R2 & mini, 80 MHz, Flash, Disabled (new can abort), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 921600"
WeatherDuino_P2ESP8266_RX_v5.0_b006:141:51: error: 'WDname_0' was not declared in this scope
const char* const vaneDirectionsText[] PROGMEM = {WDname_0, WDname_1, WDname_2, WDname_3, WDname_4, WDname_5, WDname_6, WDname_7, WDname_8,
WeatherDuino_P2ESP8266_RX_v5.0_b006:141:61: error: 'WDname_1' was not declared in this scope
const char* const vaneDirectionsText[] PROGMEM = {WDname_0, WDname_1, WDname_2, WDname_3, WDname_4, WDname_5, WDname_6, WDname_7, WDname_8,
.....
WeatherDuino_P2ESP8266_RX_v5.0_b006:144:46: error: 'title_0' was not declared in this scope ------> 'title_8' was not declared in this scope
WeatherDuino_P2ESP8266_RX_v5.0_b006:145:46: error: 'menu_0' was not declared in this scope ----> 'menu_7' was not declared in this scope
for every "General Global Variables" the last error was for the
WeatherDuino_P2ESP8266_RX_v5.0_b006:159:46: error: 'DAname_0' was not declared in this scope ----> 'DAname_6' was not declared in this scope
=============================================================================================
Any suggest to solve it? Seams the same problem reported by xxDvDxx "compiling Error for Update RX_v4.1_b001 " in 06-12-2020 but this post is closed and xxDvDxx report that "i found the error and now its compiling with no errors" but there is not the solution...
There's someone that can help me?
Thanks
Arduino:1.8.19 (Windows 7), Scheda:"LOLIN(WEMOS) D1 R2 & mini, 80 MHz, Flash, Disabled (new can abort), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 921600"
WeatherDuino_P2ESP8266_RX_v5.0_b006:141:51: error: 'WDname_0' was not declared in this scope
const char* const vaneDirectionsText[] PROGMEM = {WDname_0, WDname_1, WDname_2, WDname_3, WDname_4, WDname_5, WDname_6, WDname_7, WDname_8,
WeatherDuino_P2ESP8266_RX_v5.0_b006:141:61: error: 'WDname_1' was not declared in this scope
const char* const vaneDirectionsText[] PROGMEM = {WDname_0, WDname_1, WDname_2, WDname_3, WDname_4, WDname_5, WDname_6, WDname_7, WDname_8,
.....
WeatherDuino_P2ESP8266_RX_v5.0_b006:144:46: error: 'title_0' was not declared in this scope ------> 'title_8' was not declared in this scope
WeatherDuino_P2ESP8266_RX_v5.0_b006:145:46: error: 'menu_0' was not declared in this scope ----> 'menu_7' was not declared in this scope
for every "General Global Variables" the last error was for the
WeatherDuino_P2ESP8266_RX_v5.0_b006:159:46: error: 'DAname_0' was not declared in this scope ----> 'DAname_6' was not declared in this scope
=============================================================================================
Any suggest to solve it? Seams the same problem reported by xxDvDxx "compiling Error for Update RX_v4.1_b001 " in 06-12-2020 but this post is closed and xxDvDxx report that "i found the error and now its compiling with no errors" but there is not the solution...
There's someone that can help me?
Thanks