.. |
buzz
|
fix RP2040 and Portduino Platforms
|
2022-11-24 12:24:57 +01:00 |
concurrency
|
more warning fixes
|
2022-01-24 18:39:17 +00:00 |
detect
|
fix RP2040 and Portduino Platforms
|
2022-11-24 12:24:57 +01:00 |
gps
|
Added indicative text to screen for disabled GPS, made sleep methods private again
|
2022-12-14 19:58:15 -05:00 |
graphics
|
Updates to external notification and radiolib for SX128x. Rip out Godmode again for these
|
2022-12-28 14:57:40 +01:00 |
input
|
Revert "remember which devices were scanned on which bus and set them accordingly." - this is not working at all.
|
2022-11-13 14:56:52 +01:00 |
mesh
|
Merge pull request #2069 from GUVWAF/wantAckDM
|
2022-12-28 08:00:52 -06:00 |
modules
|
Updates to external notification and radiolib for SX128x. Rip out Godmode again for these
|
2022-12-28 14:57:40 +01:00 |
mqtt
|
replace PB03 compat macros with the real deal.
|
2022-12-23 10:00:34 +01:00 |
nimble
|
Send network ping on triple-click (#1852)
|
2022-10-24 11:03:54 -05:00 |
platform
|
TLORA_T3_S3
|
2022-12-28 13:56:56 +01:00 |
airtime.cpp
|
Refrain from transmitting if duty cycle exceeded
|
2022-11-26 21:05:37 +01:00 |
airtime.h
|
Refrain from transmitting if duty cycle exceeded
|
2022-11-26 21:05:37 +01:00 |
BluetoothCommon.cpp
|
update FromRadio UUID for nRF52 devices
|
2022-10-13 16:20:27 +02:00 |
BluetoothCommon.h
|
Change UUID for FromRadio characteristic (#1785)
|
2022-10-11 20:01:26 -05:00 |
ButtonThread.h
|
potential bugfix for nag cutoff
|
2022-12-27 21:51:35 +01:00 |
commands.h
|
Bluetooth mode unification and behavior tweaks (#1636)
|
2022-08-22 16:41:23 -05:00 |
configuration.h
|
- Add new Compass Sensor
|
2022-11-12 11:03:29 +01:00 |
DebugConfiguration.h
|
lay groundwork for a possible future architecture (#1571)
|
2022-07-31 07:11:47 -05:00 |
error.h
|
Adapt to new protobufs - TODO: factory_reset rewire
|
2022-09-09 12:51:41 +02:00 |
freertosinc.h
|
Portduino WIP now compiles but does not link
|
2020-09-05 12:34:48 -07:00 |
FSCommon.cpp
|
Add SD card initialization
|
2022-11-12 15:14:13 +08:00 |
FSCommon.h
|
Add SD card initialization
|
2022-11-12 15:14:13 +08:00 |
GPSStatus.h
|
Remove extraneous flag, use gps_enabled. Ensure factory reset is not triggered while chip is off and gps_enabled=0
|
2022-12-13 17:23:58 -05:00 |
main.cpp
|
TLORA_T3_S3
|
2022-12-28 13:56:56 +01:00 |
main.h
|
fix RP2040 and Portduino Platforms
|
2022-11-24 12:24:57 +01:00 |
memtest.cpp
|
more warning fixes
|
2022-01-24 18:39:17 +00:00 |
network-stubs.cpp
|
Merge remote-tracking branch 'remotes/origin/master' into remove-softap
|
2022-10-26 17:54:21 +02: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
|
Make Observer to be able to observe multiple Observables. (#1234)
|
2022-04-14 08:43:06 +10:00 |
OSTimer.cpp
|
lay groundwork for a possible future architecture (#1571)
|
2022-07-31 07:11:47 -05:00 |
OSTimer.h
|
|
|
Power.cpp
|
Merge remote-tracking branch 'remotes/origin/master' into develop
|
2022-12-18 14:07:20 +01:00 |
power.h
|
fixing portduino is getting old ...
|
2022-12-16 20:46:43 +01:00 |
PowerFSM.cpp
|
fix nrf52 build
|
2022-12-21 13:49:26 +01:00 |
PowerFSM.h
|
Resolve Conflicts between PIN_BUtton and the Rotary Select and keep screen powered during plugin operation. Forward Port from 1.2 firmware fix.
|
2022-03-25 12:27:14 +01:00 |
PowerFSMThread.h
|
Clean up on battery shutdown condition
|
2022-12-05 07:37:01 -06:00 |
PowerStatus.h
|
fix typo
|
2021-01-11 20:30:02 -05:00 |
RedirectablePrint.cpp
|
first murmurs of ethernet support
|
2022-10-22 16:29:50 +02:00 |
RedirectablePrint.h
|
use fixed-size buffer in RedirectablePrint::vprintf() (#1622)
|
2022-08-12 13:41:16 -05:00 |
RF95Configuration.h
|
Initial configuration.h -> variants refactor (#1104)
|
2022-01-18 18:35:42 -06:00 |
SerialConsole.cpp
|
refactor classes to accomodate SerialModule
|
2022-12-22 18:24:42 +01:00 |
SerialConsole.h
|
refactor classes to accomodate SerialModule
|
2022-12-22 18:24:42 +01:00 |
shutdown.h
|
Portduino only: don't continue to try rebooting (#1887)
|
2022-11-02 18:19:09 +01:00 |
sleep.cpp
|
Merge branch 'develop' into gps-toggle-final
|
2022-12-16 20:58:53 +01:00 |
sleep.h
|
Remove extraneous flag, use gps_enabled. Ensure factory reset is not triggered while chip is off and gps_enabled=0
|
2022-12-13 17:23:58 -05: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
|
|
|