Finish V2 MsgPack WebSocket API implementation

This commit is contained in:
Djuri 2024-09-09 15:13:41 +02:00
parent c276d32807
commit 849e5ce439
5 changed files with 9 additions and 8 deletions

View file

@ -2,7 +2,7 @@
char *wsServer;
esp_websocket_client_handle_t blockNotifyClient = NULL;
uint currentBlockHeight = 840000;
uint currentBlockHeight = 860000;
uint blockMedianFee = 1;
bool blockNotifyInit = false;
unsigned long int lastBlockUpdate;