mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
good oops
This commit is contained in:
parent
53c1f70412
commit
4d97bee02a
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ bool NanoG2UltraSensorManager::begin()
|
||||||
delay(1000);
|
delay(1000);
|
||||||
|
|
||||||
// Check initial switch state to determine if GPS should be active
|
// 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");
|
MESH_DEBUG_PRINTLN("GPS was on at boot, GPS enabled");
|
||||||
start_gps();
|
start_gps();
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue