firmware/src
geeksville 11d57e721a fix #68 (@girtsf, pls review - ps: no worries ;-) )
// We don't set useDisplay until setup() is called, because some boards have a declaration of this object but the device
// is never found when probing i2c and therefore we don't call setup and never want to do (invalid) accesses to this device.
2020-03-29 11:00:25 -07:00
..
.gitignore stop explicitly using Serial.print for debug messages 2020-02-04 08:17:44 -08:00
compass.xbm placeholder debug and nodeinfo screens are in 2020-02-07 17:26:42 -08:00
configuration.h add initial guess at TBEAM 0.7 hardware support 2020-03-28 15:31:22 -07:00
CustomRF95.cpp reformat everything 2020-03-18 19:15:51 -07:00
CustomRF95.h reformat everything 2020-03-18 19:15:51 -07:00
debug.cpp add a Lock, LockGuard and printThreadInfo 2020-03-15 16:52:19 -07:00
debug.h add a Lock, LockGuard and printThreadInfo 2020-03-15 16:52:19 -07:00
error.h never loop waiting on hardware without some sort of timeout ;-) 2020-03-25 12:25:46 -07:00
fonts.h reformat everything 2020-03-18 19:15:51 -07:00
GPS.cpp fix #49: make debug screen show real data 2020-03-26 22:17:47 -07:00
GPS.h fix #49: make debug screen show real data 2020-03-26 22:17:47 -07:00
icon.xbm placeholder debug and nodeinfo screens are in 2020-02-07 17:26:42 -08:00
images.h reformat everything 2020-03-18 19:15:51 -07:00
lock.cpp add a Lock, LockGuard and printThreadInfo 2020-03-15 16:52:19 -07:00
lock.h reformat everything 2020-03-18 19:15:51 -07:00
main.cpp add initial guess at TBEAM 0.7 hardware support 2020-03-28 15:31:22 -07:00
main.h Screen cleanups and refactoring 2020-03-18 18:11:35 -07:00
MemoryPool.h reformat everything 2020-03-18 19:15:51 -07:00
mesh-pb-constants.cpp reformat everything 2020-03-18 19:15:51 -07:00
mesh-pb-constants.h reformat everything 2020-03-18 19:15:51 -07:00
mesh.pb.c Make devicestate.version something that only the device code cares about 2020-03-03 13:46:11 -08:00
mesh.pb.h add support for reporting device errors up through the phone to analytics 2020-03-24 13:33:24 -07:00
MeshBluetoothService.cpp omg I was not setting the correct flag to tell phone we had gps 2020-03-24 15:20:24 -07:00
MeshBluetoothService.h reformat everything 2020-03-18 19:15:51 -07:00
MeshRadio.cpp my new watchdog related to the the send tx bug was not quite complete 2020-03-25 11:45:18 -07:00
MeshRadio.h bug #53 - report the error on console and fixup (will add analytics in 2020-03-24 13:04:28 -07:00
MeshService.cpp always use gps.isConnected to check for GPS, it is the only thing 2020-03-27 12:32:18 -07:00
MeshService.h make user presses ask other nodes for their latest status 2020-03-25 13:09:12 -07:00
MeshTypes.h reformat everything 2020-03-18 19:15:51 -07:00
NodeDB.cpp heltec style devices were not automatically setting their time from the mesh 2020-03-25 13:36:54 -07:00
NodeDB.h reformat everything 2020-03-18 19:15:51 -07:00
Observer.cpp begin cleanup on gps code 2020-02-06 07:40:00 -08:00
Observer.h reformat everything 2020-03-18 19:15:51 -07:00
Periodic.h reformat everything 2020-03-18 19:15:51 -07:00
PeriodicTask.cpp add locks to PeriodicTask 2020-03-15 19:29:00 -07:00
PeriodicTask.h add locks to PeriodicTask 2020-03-15 19:29:00 -07:00
pin.xbm placeholder debug and nodeinfo screens are in 2020-02-07 17:26:42 -08:00
PointerQueue.h reformat everything 2020-03-18 19:15:51 -07:00
power.h fix #49: make debug screen show real data 2020-03-26 22:17:47 -07:00
PowerFSM.cpp make user presses ask other nodes for their latest status 2020-03-25 13:09:12 -07:00
PowerFSM.h reformat everything 2020-03-18 19:15:51 -07:00
screen.cpp fix #68 (@girtsf, pls review - ps: no worries ;-) ) 2020-03-29 11:00:25 -07:00
screen.h fix #49: make debug screen show real data 2020-03-26 22:17:47 -07:00
sleep.cpp add initial guess at TBEAM 0.7 hardware support 2020-03-28 15:31:22 -07:00
sleep.h reformat everything 2020-03-18 19:15:51 -07:00
TypedQueue.h reformat everything 2020-03-18 19:15:51 -07:00