-
- Downloads
Rename `mg_` -> `miot_` under fw
`MG_ENABLE_...` macros are not yet renamed because it involves some logic change: e.g. instead of defining `MG_ENABLE_MQTT`, one should define `MIOT_ENABLE_MQTT`, which should imply `MG_ENABLE_MQTT` as well. Macro refactoring is going to be done in another PR. PUBLISHED_FROM=f8b66d5772846126b94223a729a6bd87897f8de6
Showing
- examples/CC3200/ccs/MG_hello/main.c 2 additions, 2 deletionsexamples/CC3200/ccs/MG_hello/main.c
- examples/CC3200/main.c 2 additions, 2 deletionsexamples/CC3200/main.c
- examples/ESP8266_RTOS/user/user_main.c 2 additions, 2 deletionsexamples/ESP8266_RTOS/user/user_main.c
- examples/MSP432/ccs/MSP432_MG_hello/main.c 2 additions, 2 deletionsexamples/MSP432/ccs/MSP432_MG_hello/main.c
Loading
Please register or sign in to comment