setup NVS
This commit is contained in:
+11
-1
@@ -34,6 +34,9 @@ static void battery_stats() {
|
||||
vTaskDelete(xHandle);
|
||||
}
|
||||
}
|
||||
static void hardware_config() {
|
||||
|
||||
}
|
||||
|
||||
// TODO: remove. This is temperary
|
||||
static void replay_last() {
|
||||
@@ -64,10 +67,17 @@ void step0() {
|
||||
.callback = nullptr,
|
||||
.triggered_sem = continue_sem,
|
||||
},
|
||||
{
|
||||
.code = "59860",
|
||||
.display_text = "Hardware Config",
|
||||
.delay_us = 2'000'000,
|
||||
.callback = hardware_config
|
||||
.triggered_sem = nullptr,
|
||||
},
|
||||
{
|
||||
.code = "59861",
|
||||
.display_text = "Setup Wires",
|
||||
.delay_us = 10'000'000,
|
||||
.delay_us = 2'000'000,
|
||||
.callback = setup_wires,
|
||||
.triggered_sem = nullptr,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user