Add LoRa telemetry, fault counters, and time sync status
This commit is contained in:
@@ -11,6 +11,7 @@ void display_set_sender_statuses(const SenderStatus *statuses, uint8_t count);
|
||||
void display_set_last_meter(const MeterData &data);
|
||||
void display_set_last_read(bool ok, uint32_t ts_utc);
|
||||
void display_set_last_tx(bool ok, uint32_t ts_utc);
|
||||
void display_set_last_error(FaultType type, uint32_t ts_utc, uint32_t ts_ms);
|
||||
void display_set_receiver_status(bool ap_mode, const char *ssid, bool mqtt_ok);
|
||||
void display_power_down();
|
||||
void display_tick();
|
||||
|
||||
Reference in New Issue
Block a user