mirror of
https://github.com/okalachev/flix.git
synced 2026-02-18 08:02:36 +00:00
Disable ESP32 reset on low voltage
This commit is contained in:
@@ -36,6 +36,7 @@ float motors[4]; // normalized motors thrust in range [-1..1]
|
||||
void setup() {
|
||||
Serial.begin(SERIAL_BAUDRATE);
|
||||
Serial.println("Initializing flix");
|
||||
disableBrownOut();
|
||||
setupLED();
|
||||
setupMotors();
|
||||
setLED(true);
|
||||
|
||||
Reference in New Issue
Block a user