* companion: reverted PUSH_CODE_TELEMETRY_RESPONSE, added new PUSH_CODE_BINARY_RESPONSE

This commit is contained in:
Scott Powell
2025-07-14 12:46:51 +10:00
parent df33321bdc
commit 1930dc347e
2 changed files with 24 additions and 11 deletions

View File

@@ -160,7 +160,8 @@ private:
NodePrefs _prefs;
uint32_t pending_login;
uint32_t pending_status;
uint32_t pending_req; // pending _BINARY_REQ (or legacy _TELEMETRY_REQ)
uint32_t pending_telemetry; // pending _TELEMETRY_REQ
uint32_t pending_req; // pending _BINARY_REQ
BaseSerialInterface *_serial;
ContactsIterator _iter;