Browse Source

good oops

pull/584/head
Ded 10 months ago
committed by GitHub
parent
commit
4d97bee02a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      variants/nano_g2_ultra/target.cpp

2
variants/nano_g2_ultra/target.cpp

@ -73,7 +73,7 @@ bool NanoG2UltraSensorManager::begin()
delay(1000);
// Check initial switch state to determine if GPS should be active
if (gps_active = Serial1.available() > 0) {
if (Serial1.available() > 0) {
MESH_DEBUG_PRINTLN("GPS was on at boot, GPS enabled");
start_gps();
} else {

Loading…
Cancel
Save