build for esp32 mask project

This commit is contained in:
2021-04-10 11:10:25 -07:00
parent 439a456d1a
commit 75bf48756b
24 changed files with 712 additions and 346 deletions

View File

@@ -11,4 +11,5 @@ struct BootOptions {
bool isSerial = false;
bool isFlash = false;
bool lastBootWasFlash = false;
bool isSafeMode = false;
};