move channel and settings protos

This commit is contained in:
Kevin Hester
2021-02-27 13:17:18 +08:00
parent 63e0b53054
commit fb47c3a03d
12 changed files with 438 additions and 369 deletions

View File

@@ -23,7 +23,7 @@ class PhoneAPI
STATE_LEGACY, // (no longer used) old default state - until Android apps are all updated, uses the old BLE API
STATE_SEND_NOTHING, // (Eventual) Initial state, don't send anything until the client starts asking for config
STATE_SEND_MY_INFO, // send our my info record
STATE_SEND_RADIO,
// STATE_SEND_RADIO, // in 1.2 we now send this as a regular mesh packet
// STATE_SEND_OWNER, no need to send Owner specially, it is just part of the nodedb
STATE_SEND_NODEINFO, // states progress in this order as the device sends to to the client
STATE_SEND_COMPLETE_ID,