Removed call to deprecated system_init().
This commit is contained in:
parent
5c1bb4c6d6
commit
389980fc0c
|
@ -164,7 +164,6 @@ void app_main (void)
|
||||||
nodemcu_init ();
|
nodemcu_init ();
|
||||||
|
|
||||||
nvs_flash_init ();
|
nvs_flash_init ();
|
||||||
system_init ();
|
|
||||||
tcpip_adapter_init ();
|
tcpip_adapter_init ();
|
||||||
|
|
||||||
start_lua ();
|
start_lua ();
|
||||||
|
|
Loading…
Reference in New Issue