Merge branch 'master' into master

pull/67/head
Luca 2021-09-14 18:41:48 +02:00 zatwierdzone przez GitHub
commit c39df35636
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -362,7 +362,7 @@ void batt_read(){
BattVolts = axp.getBattVoltage()/1000;
InpVolts = axp.getVbusVoltage()/1000;
#else
BattVolts = analogRead(35)*7.221/8192;
BattVolts = analogRead(35)*7.221/8192; // fixed thanks to Luca IU2FRL
#endif
}
@ -1090,4 +1090,4 @@ void loop() {
#endif
#endif
vTaskDelay(1);
}
}