Fix lost data connection detection
This commit is contained in:
parent
9cb4b97146
commit
e4a39de5fc
9 changed files with 80 additions and 10 deletions
|
@ -24,4 +24,5 @@ void onWebsocketMessage(esp_websocket_event_data_t *event_data);
|
|||
void setBlockHeight(uint newBlockHeight);
|
||||
uint getBlockHeight();
|
||||
bool isBlockNotifyConnected();
|
||||
void stopBlockNotify();
|
||||
void stopBlockNotify();
|
||||
bool getBlockNotifyInit();
|
Loading…
Add table
Add a link
Reference in a new issue