Merge branch 'ripplebiz:dev' into dev

This commit is contained in:
Rastislav Vysoky
2025-07-15 12:19:51 +02:00
committed by GitHub
10 changed files with 168 additions and 69 deletions

View File

@@ -64,6 +64,8 @@ void initVariant() {
pinMode(LED_BLUE, OUTPUT);
digitalWrite(LED_BLUE, LOW);
/* disable gps until we actually support it.
pinMode(GPS_EN, OUTPUT);
digitalWrite(GPS_EN, HIGH);
*/
}