forked from btclock/btclock_v3
Finish V2 MsgPack WebSocket API implementation
This commit is contained in:
parent
c276d32807
commit
849e5ce439
5 changed files with 9 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue