Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/electro/zavlaha-kzk/commit/61513c9e57e31597daa13eefacac0dcae2ecdcb5?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

add explanation

v2
Ondřej Hruška 10 months ago
parent e58dafad2b
commit 61513c9e57
  1. 2
      src/screens/app_gui.h

@ -79,7 +79,7 @@ struct State {
uint16_t moisture_raw;
uint16_t moisture_pt;
struct rtc_time last_cycle_time;
bool cycle_time_checking; // TODO unclear what this does???
bool cycle_time_checking; // This is used to prevent cycle being started again and again during the same minute - it is cleared once the HH:MM time changes.
/// Repaint was requested from the screen code
bool paint_needed;

Loading…
Cancel
Save