26-03-2018, 01:12
Hi fa4ii,
Sorry, I'm not understanding what you mean. The clock on the top right of the screen is always present no matter in what data screen you are, so how is takes 20 seconds to display?
Can you please post your Config_Options.h file?
If you don't want to see the big clock, set
Don't remove that line, or any other #define statement, most of them in WeatherDuino should have a value.
I have just finish to reconfirm, and the DHT22 sensor is working perfectly with TX b004, transmiting data normally.
(25-03-2018, 09:39)f4aii Wrote: WeatherDuino Pro2 PLUS AT2560 RX v6.0 b010
On the RX, when I'm on the system info, the clock is displayed 20 seconds later, when I press on the screen to display the system info again, I come back to the home screen instead to return to the screen where I was
Sorry, I'm not understanding what you mean. The clock on the top right of the screen is always present no matter in what data screen you are, so how is takes 20 seconds to display?
Can you please post your Config_Options.h file?
(25-03-2018, 09:39)f4aii Wrote: WeatherDuino Pro2 PLUS AT2560 RX v6.0 b010
#define BACKLIGHT_TIMEOUT 0 // Timeout for display backlight in minutes (1 to 255). 0 = Always ON
#define USE_BIGCLOCK 1 // Instead of turning off TFT backlight, show a big clock screen. 0 = No, 1 = Yes
I do not want to see the clock, I indicated in the config but on the home screen, the clock is always displayed after 60 seconds.
If you don't want to see the big clock, set
Code:
#define USE_BIGCLOCK 0 // Instead of turning off TFT backlight, show a big clock screen. 0 = No, 1 = YesQuote:WeatherDuino Pro2 Universal TX v6.0_b004
I removed from TX: #define TH_SENSOR_1 0 // DHT22
the TX transmits the frames again, I will wait for the next patch to be able to reactivate the DHT22
Don't remove that line, or any other #define statement, most of them in WeatherDuino should have a value.
I have just finish to reconfirm, and the DHT22 sensor is working perfectly with TX b004, transmiting data normally.

