Merge branch 'main' into ESP-NOW_experiments
This commit is contained in:
commit
32a0681435
33 changed files with 529 additions and 61 deletions
|
|
@ -48,6 +48,7 @@
|
|||
#include <BLE.h>
|
||||
#include <IR.h>
|
||||
#include <WiFi.h>
|
||||
#include <Console.h>
|
||||
#include <ESP-NOW.h>
|
||||
#include "nvs_flash.h"
|
||||
#include "HW_NeoPixels.h"
|
||||
|
|
@ -83,6 +84,8 @@ void app_main(void)
|
|||
KLOG_ERROR(TAG, "Error initializing NVS: %s", esp_err_to_name(ret));
|
||||
}
|
||||
|
||||
Initialize_Console();
|
||||
|
||||
Initialize_SPIFFS();
|
||||
Wait_For_System_Event(SYS_SPIFFS_READY, "Timeout initializing SPIFFS!", INITIALIZATION_TIMEOUT_IN_ms);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue