Added console with one command (so far): log (#11)
Co-authored-by: Joe Kearney <joe@clubk.club> Reviewed-on: #11
This commit is contained in:
parent
c8f6bf24fc
commit
376acd4815
11 changed files with 494 additions and 19 deletions
|
|
@ -48,6 +48,7 @@
|
|||
#include <BLE.h>
|
||||
#include <IR.h>
|
||||
#include <WiFi.h>
|
||||
#include <Console.h>
|
||||
#include "nvs_flash.h"
|
||||
#include "HW_NeoPixels.h"
|
||||
#include "Version.h"
|
||||
|
|
@ -82,6 +83,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