port to platformio
This commit is contained in:
14
src/BootOptions.h
Normal file
14
src/BootOptions.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
struct BootOptions {
|
||||
static void initPins();
|
||||
|
||||
BootOptions();
|
||||
|
||||
void waitForRelease();
|
||||
|
||||
bool isSetup = false;
|
||||
bool isSerial = false;
|
||||
bool isFlash = false;
|
||||
bool lastBootWasFlash = false;
|
||||
};
|
Reference in New Issue
Block a user