You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Wessel Nieboer
8a9a0dca5f
Fix GPS +8mA power leak when disabled (nRF52)
On the T114, GPS_RESET (pin 38) is the same pin as PIN_3V3_EN.
MicroNMEALocationProvider::begin() sets pin 38 HIGH (powering the 3V3
rail) but stop() never set it back LOW, leaving the GPS module powered
even when disabled.
Assert reset pin in stop() to mirror begin(), and guard
_location->loop() behind gps_active check.
Fixes meshcore-dev/MeshCore#1628
4 months ago
..
helpers
Fix GPS +8mA power leak when disabled (nRF52)
3 months ago
Dispatcher.cpp
* Dispatcher bug fixes
3 months ago
Dispatcher.h
* refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits)
3 months ago
Identity.cpp
allow set prv.key from remote, validate new prv.key
4 months ago
Identity.h
* refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits)
3 months ago
Mesh.cpp
* refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits)
3 months ago
Mesh.h
* refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits)
3 months ago
MeshCore.h
add get bootloader.ver command for nrf52
4 months ago
Packet.cpp
* bug fix: Packet::writeTo(), Packet::readFrom()
3 months ago
Packet.h
* CommonCLI: added "get/set path.hash.mode "
3 months ago
Utils.cpp
* Terminal Chat: "set ..." commands, save to "node_prefs" file, consistent with the other firmwares
1 year ago
Utils.h
* Terminal Chat: "set ..." commands, save to "node_prefs" file, consistent with the other firmwares
1 year ago