Disable ESP32 reset on low voltage

This commit is contained in:
Oleg Kalachev
2024-01-17 15:18:11 +03:00
parent 4ec6ff3f37
commit 482bb8ed71
2 changed files with 8 additions and 0 deletions

View File

@@ -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);