WIP debug logging over TCP

This commit is contained in:
Kevin Hester
2021-08-18 09:25:17 -07:00
parent 2fd74d8f47
commit eaa15076cd
7 changed files with 30 additions and 13 deletions

View File

@@ -81,6 +81,9 @@ class PhoneAPI
bool isConnected() { return state != STATE_SEND_NOTHING; }
/// emit a debugging log character, FIXME - implement
void debugOut(char c) { }
protected:
/// Our fromradio packet while it is being assembled
FromRadio fromRadioScratch;