Tripple click checked on core 0
This commit is contained in:
@ -223,9 +223,6 @@ void checkVoltage() {
|
||||
Serial.print("Voltage: ");
|
||||
Serial.println(batteryVoltage);
|
||||
digitalWrite(voltageEnable, LOW); // change to low
|
||||
delay(5);
|
||||
Serial.print("VoltageOFF: ");
|
||||
Serial.println(analogRead(voltagePin));
|
||||
}
|
||||
|
||||
void setup() {
|
||||
@ -238,6 +235,7 @@ void setup() {
|
||||
display.setFont(ArialMT_Plain_16);
|
||||
|
||||
pinMode(voltageEnable, OUTPUT);
|
||||
pinMode(fanRelais, OUTPUT);
|
||||
|
||||
// Init escs, min and max value similar as Traxxas TQI 1100, 1900
|
||||
// chanel, minAngel, maxAngel, minPulseWidth, maxPulseWidth
|
||||
@ -246,7 +244,6 @@ void setup() {
|
||||
|
||||
sensors.begin();
|
||||
|
||||
pinMode(fanRelais, OUTPUT);
|
||||
|
||||
//Set device in AP mode to begin with
|
||||
WiFi.mode(WIFI_AP);
|
||||
|
Reference in New Issue
Block a user