Merge branch 'develop' of github.com:meshtastic/firmware into xmodem-proto

This commit is contained in:
Thomas Göttgens
2023-01-12 10:00:04 +01:00
42 changed files with 359 additions and 324 deletions

View File

@@ -89,9 +89,6 @@ class PhoneAPI : public Observer<uint32_t> // FIXME, we shouldn't be inheriting
void setInitialState() { state = STATE_SEND_MY_INFO; }
/// emit a debugging log character, FIXME - implement
void debugOut(char c) { }
protected:
/// Our fromradio packet while it is being assembled
FromRadio fromRadioScratch = {};