.. |
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
|
|
|
esp32
|
add namespace count to nvs stats
|
2022-01-08 11:54:30 -08:00 |
gps
|
Partial work for NTP client
|
2021-12-28 19:24:10 -08:00 |
graphics
|
Initial checkin for Airtime Utilization
|
2021-12-28 23:34:49 -08:00 |
mesh
|
Disable light-sleep (aka bluetooth sleep) as the default behavior.
|
2022-01-09 22:28:13 -08:00 |
mqtt
|
Update MQTT.cpp (#1050)
|
2022-01-01 13:12:24 -06:00 |
nimble
|
Erase NVS as part of factory reset & new triple click behavior.
|
2022-01-08 11:54:02 -08:00 |
nrf52
|
Changed getMacAddr behavior (#1017)
|
2021-12-28 11:20:45 -06:00 |
plugins
|
S&F - Only TX if utilization is below 25%
|
2022-01-01 19:54:49 -08:00 |
portduino
|
New base class for SX126x modules. Added new SX1268 module support.
|
2021-09-12 00:35:16 +03:00 |
airtime.cpp
|
Move airtimes struct into the class
|
2021-12-29 00:45:36 -08:00 |
airtime.h
|
Move airtimes struct into the class
|
2021-12-29 00:45:36 -08:00 |
BluetoothCommon.cpp
|
pull in new epaper lib (which required importing configuration.h everywhere
|
2021-06-27 10:56:28 -07:00 |
BluetoothCommon.h
|
|
|
commands.h
|
disable lora while updating, show "Updating" on oled screen
|
2021-02-12 13:48:12 +08:00 |
configuration.h
|
Revert "Fix for battery level on tlora32 2.1"
|
2022-01-10 21:15:43 -08:00 |
error.h
|
pinelora WIP
|
2021-05-01 11:27:37 +08:00 |
freertosinc.h
|
|
|
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
|
Add Meshtastic to bootup
|
2022-01-10 07:57:25 -08: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
|
|
|
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
|
|
|
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
|
Add isRouter to the power saving check.
|
2022-01-10 16:37:35 -08:00 |
PowerFSM.h
|
When switching to battery, shutdown after on_battery_shutdown_after_secs
|
2021-12-06 15:37:35 +13: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
|
stop old chip from crashing
|
2021-12-30 22:20:15 +01: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
|
|
|
Status.h
|
|
|
StatusHandler.h
|
|
|
target_specific.h
|
|
|
utils.h
|
|
|
wifi-stubs.cpp
|
disable bluetooth while using wifi (esp32 drops networks otherwise)
|
2021-08-17 16:58:21 -07:00 |