.. |
buzz
|
pitches.h no more
|
2021-03-14 20:46:58 -07:00 |
concurrency
|
Fix rare assertion failure which could occur due to pending interrupts
|
2021-08-17 16:31:01 -07:00 |
cubecell
|
cubecell wip
|
2020-06-16 17:13:26 -07:00 |
esp32
|
Merge remote-tracking branch 'root/master' into dev1.2
|
2021-03-27 16:44:42 +08:00 |
gps
|
clean up old data during fix transition
|
2021-10-28 11:58:08 +00:00 |
graphics
|
Move bearing under GeoCoord
|
2021-10-09 13:31:27 -04:00 |
mesh
|
Renamed to is_always_powered for convention
|
2021-11-06 12:11:22 -05:00 |
mqtt
|
immediately reconnect to mqtt server on wifi reconnect
|
2021-08-17 19:59:56 -07:00 |
nimble
|
don't shutdown bluetooth if we didn't start it
|
2021-08-17 20:40:13 -07:00 |
nrf52
|
check our host PC using the new nrf52 api
|
2021-08-12 22:07:30 -07:00 |
plugins
|
set Team field via Admin plugin
|
2021-11-02 13:27:56 +00:00 |
portduino
|
New base class for SX126x modules. Added new SX1268 module support.
|
2021-09-12 00:35:16 +03:00 |
.gitignore
|
stop explicitly using Serial.print for debug messages
|
2020-02-04 08:17:44 -08:00 |
airtime.cpp
|
pull in new epaper lib (which required importing configuration.h everywhere
|
2021-06-27 10:56:28 -07:00 |
airtime.h
|
Update airtime.h to add override
|
2021-03-21 07:44:08 -07:00 |
BluetoothCommon.cpp
|
pull in new epaper lib (which required importing configuration.h everywhere
|
2021-06-27 10:56:28 -07:00 |
BluetoothCommon.h
|
nimble WIP - add advertising boilerplate
|
2020-07-22 09:51:57 -07:00 |
commands.h
|
disable lora while updating, show "Updating" on oled screen
|
2021-02-12 13:48:12 +08:00 |
configuration.h
|
fix: GPS RX/TX pins mismatch
|
2021-10-08 21:17:05 +03:00 |
error.h
|
pinelora WIP
|
2021-05-01 11:27:37 +08:00 |
freertosinc.h
|
Portduino WIP now compiles but does not link
|
2020-09-05 12:34:48 -07:00 |
FSCommon.cpp
|
pull in new epaper lib (which required importing configuration.h everywhere
|
2021-06-27 10:56:28 -07:00 |
FSCommon.h
|
clean up filesystem goo, add spiffs to install scripts, fix #496
|
2020-11-19 09:25:02 +08:00 |
GPSStatus.h
|
update log message, sanity check
|
2021-10-24 13:02:31 +00:00 |
main.cpp
|
use common param name SX126X_ANT_SW instead of the SX1262_ANT_SW
|
2021-09-14 12:25:25 +03:00 |
main.h
|
dramatically speed up message RX in some cases (we were sleeping much too long)
|
2021-03-28 12:16:37 +08:00 |
memtest.cpp
|
cleanup memtest
|
2021-03-12 20:41:18 +08:00 |
NodeStatus.h
|
Added the option for forced NodeStatus updates on user change or text message, tweaked compass (#256)
|
2020-07-05 17:03:12 -07:00 |
Observer.cpp
|
pull in new epaper lib (which required importing configuration.h everywhere
|
2021-06-27 10:56:28 -07:00 |
Observer.h
|
fix #598 don't corrupt the heap when a TCP connection drops
|
2020-12-27 16:58:32 +08:00 |
OSTimer.cpp
|
pull in new epaper lib (which required importing configuration.h everywhere
|
2021-06-27 10:56:28 -07:00 |
OSTimer.h
|
use my Timer class on all platforms, it works better than the freertos version
|
2020-05-25 07:48:36 -07:00 |
Power.cpp
|
Low battery level counter for NRF52
|
2021-09-19 16:00:10 +02:00 |
power.h
|
Low battery level counter for NRF52
|
2021-09-19 16:00:10 +02:00 |
PowerFSM.cpp
|
Renamed to is_always_powered for convention
|
2021-11-06 12:11:22 -05:00 |
PowerFSM.h
|
treat RECEIVED_PACKET like PACKET_FOR_PHONE
|
2021-08-02 22:07:39 -07:00 |
PowerStatus.h
|
fix typo
|
2021-01-11 20:30:02 -05:00 |
RedirectablePrint.cpp
|
WIP debug logging over TCP
|
2021-08-18 10:31:30 -07:00 |
RedirectablePrint.h
|
check more error codes
|
2021-03-09 16:45:40 +08:00 |
SerialConsole.cpp
|
pull in new epaper lib (which required importing configuration.h everywhere
|
2021-06-27 10:56:28 -07:00 |
SerialConsole.h
|
serious bug: connection to phones not being properly tracked
|
2021-05-03 14:46:30 +08:00 |
sleep.cpp
|
pull in new epaper lib (which required importing configuration.h everywhere
|
2021-06-27 10:56:28 -07:00 |
sleep.h
|
begin deep sleep support for nrf52
|
2020-10-30 17:05:32 +08:00 |
SPILock.cpp
|
pull in new epaper lib (which required importing configuration.h everywhere
|
2021-06-27 10:56:28 -07:00 |
SPILock.h
|
If display is on on the @BigCorvus board and we xmit the board browns out?
|
2020-08-28 17:38:23 -07:00 |
Status.h
|
this seems bad - this value was not inited if it wasn't in bss
|
2020-08-21 10:56:54 -07:00 |
StatusHandler.h
|
Refactored status handlers and merged
|
2020-06-28 18:17:52 -07:00 |
target_specific.h
|
portduino now links!
|
2020-09-06 09:24:08 -07:00 |
utils.h
|
Add cpp clamp function to util.h, switched battery and signal strength percentage calcs to it #197
|
2020-06-22 14:06:02 -07:00 |
wifi-stubs.cpp
|
disable bluetooth while using wifi (esp32 drops networks otherwise)
|
2021-08-17 16:58:21 -07:00 |