initialize flash area for config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
283bd6a5c1
commit
171a11eebf
3 changed files with 17 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#include <esp/uart.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "system.h"
|
||||
#include "wifi.h"
|
||||
#include "web.h"
|
||||
#include "mqtt.h"
|
||||
|
|
@ -15,5 +16,5 @@ void user_init(void)
|
|||
|
||||
sdk_wifi_set_sleep_type(WIFI_SLEEP_MODEM);
|
||||
|
||||
while(1);
|
||||
system_init_config();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue