mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-15 08:56:34 +02:00
Implement regular OTA update attempt / indicate OTA processing on display
This commit is contained in:
@ -60,6 +60,9 @@ enum AgStateMachineState {
|
||||
/* LED bar testing */
|
||||
AgStateMachineLedBarTest,
|
||||
|
||||
/** OTA perform, show display status */
|
||||
AgStateMachineOtaPerform,
|
||||
|
||||
/** LED: Show working state.
|
||||
* Display: Show dashboard */
|
||||
AgStateMachineNormal,
|
||||
|
Reference in New Issue
Block a user