mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-07 12:46:12 +00:00
various fixes for nano g2 gps
- baud rate changed to default - switch state detected at boot to enable position - small edge cases fixed - more mesh debugging output added Co-authored-by: LitBomb <lithangw@hotmail.com> Co-authored-by: Nick from BOSTON
This commit is contained in:
co-authored by
LitBomb
Nick from BOSTON
parent
d13dc10bf3
commit
53c1f70412
@@ -34,6 +34,8 @@ void NanoG2Ultra::begin()
|
||||
pinMode(EXT_NOTIFY_OUT, OUTPUT);
|
||||
digitalWrite(EXT_NOTIFY_OUT, LOW);
|
||||
|
||||
pinMode(GPS_EN, OUTPUT); // Initialize GPS power pin
|
||||
|
||||
Wire.begin();
|
||||
pinMode(SX126X_POWER_EN, OUTPUT);
|
||||
digitalWrite(SX126X_POWER_EN, HIGH);
|
||||
|
||||
Reference in New Issue
Block a user