mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-07-29 10:23:45 +02:00
AYSNC prog cmds from Wifi/Ethernet
prog track commands from wifi/ethernet will no longer block loop while waiting for ACK
This commit is contained in:
@@ -33,7 +33,8 @@ class RingStream : public Print {
|
||||
int freeSpace();
|
||||
void mark(uint8_t b);
|
||||
bool commit();
|
||||
|
||||
uint8_t peekTargetMark();
|
||||
|
||||
private:
|
||||
int _len;
|
||||
int _pos_write;
|
||||
|
Reference in New Issue
Block a user