04-03-2019, 01:58
Hello Andy,
I don't see anything wrong on your config.
On the WiFi Wireless Display you may try activate the PRINT_DEBUG_RX_MESSAGES on the Config_Options. Uncomment this line as show bellow.
This will print some info every time the WD will receive an RF message.
When compiling WeatherDuino code for AVR boards (Nano, etc) please use AVR board v1.6.21, newer versions are know to cause problems with WeatherDuino Code (at least with the Pro2 PLUS).
Regards
Werk_AG
I don't see anything wrong on your config.
On the WiFi Wireless Display you may try activate the PRINT_DEBUG_RX_MESSAGES on the Config_Options. Uncomment this line as show bellow.
Code:
#define PRINT_DEBUG_RX_MESSAGESThis will print some info every time the WD will receive an RF message.
When compiling WeatherDuino code for AVR boards (Nano, etc) please use AVR board v1.6.21, newer versions are know to cause problems with WeatherDuino Code (at least with the Pro2 PLUS).
Regards
Werk_AG

