Browse Source
Restore WiFi operation command scope comments
pull/2140/head
Quency-D
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
examples/companion_radio/MyMesh.cpp
|
|
|
@ -46,7 +46,7 @@ |
|
|
|
#define CMD_SET_CUSTOM_VAR 41 |
|
|
|
#define CMD_GET_ADVERT_PATH 42 |
|
|
|
#define CMD_GET_TUNING_PARAMS 43 |
|
|
|
// NOTE: CMD range 46..49 parked, potentially for WiFi operations
|
|
|
|
// NOTE: CMD range 44..49 parked, potentially for WiFi operations
|
|
|
|
#define CMD_SEND_BINARY_REQ 50 |
|
|
|
#define CMD_FACTORY_RESET 51 |
|
|
|
#define CMD_SEND_PATH_DISCOVERY_REQ 52 |
|
|
|
|