firmware/src/modules
Jason P 71b6508ad3
Some checks failed
CI / setup (check) (push) Has been cancelled
CI / setup (esp32) (push) Has been cancelled
CI / setup (esp32c3) (push) Has been cancelled
CI / setup (esp32c6) (push) Has been cancelled
CI / setup (esp32s3) (push) Has been cancelled
CI / setup (nrf52840) (push) Has been cancelled
CI / setup (rp2040) (push) Has been cancelled
CI / setup (stm32) (push) Has been cancelled
CI / build-debian-src (push) Has been cancelled
CI / package-pio-deps-native-tft (push) Has been cancelled
CI / test-native (push) Has been cancelled
CI / docker-deb-amd64 (push) Has been cancelled
CI / docker-deb-amd64-tft (push) Has been cancelled
CI / docker-alp-amd64 (push) Has been cancelled
CI / docker-alp-amd64-tft (push) Has been cancelled
CI / docker-deb-arm64 (push) Has been cancelled
CI / docker-deb-armv7 (push) Has been cancelled
CI / check (push) Has been cancelled
CI / build-esp32 (push) Has been cancelled
CI / build-esp32-s3 (push) Has been cancelled
CI / build-esp32-c3 (push) Has been cancelled
CI / build-esp32-c6 (push) Has been cancelled
CI / build-nrf52 (push) Has been cancelled
CI / build-rpi2040 (push) Has been cancelled
CI / build-stm32 (push) Has been cancelled
CI / gather-artifacts (esp32) (push) Has been cancelled
CI / gather-artifacts (esp32c3) (push) Has been cancelled
CI / gather-artifacts (esp32c6) (push) Has been cancelled
CI / gather-artifacts (esp32s3) (push) Has been cancelled
CI / gather-artifacts (nrf52840) (push) Has been cancelled
CI / gather-artifacts (rp2040) (push) Has been cancelled
CI / gather-artifacts (stm32) (push) Has been cancelled
CI / release-artifacts (push) Has been cancelled
CI / release-firmware (esp32) (push) Has been cancelled
CI / release-firmware (esp32c3) (push) Has been cancelled
CI / release-firmware (esp32c6) (push) Has been cancelled
CI / release-firmware (esp32s3) (push) Has been cancelled
CI / release-firmware (nrf52840) (push) Has been cancelled
CI / release-firmware (rp2040) (push) Has been cancelled
CI / release-firmware (stm32) (push) Has been cancelled
CI / publish-firmware (push) Has been cancelled
Nightly / Trunk Check and Upload (push) Has been cancelled
Nightly / Trunk Upgrade (PR) (push) Has been cancelled
BaseUI Updates (#7358)
* Calculate the length of the right string and use it

* Improve readability of Version Number

* Prevent negative message IDs and proactively favorite DM'd nodes

* Patch up Remove Favorite functionality

* Fix warnings for TFT_MESH_* and hasSupportBrightness

* Fix warning around casting variables

* Correct Favorite Node Behavior to rebuild favorite nodes when updated.

* Resolve bool kb_found issue not working for second discovery keyboards

---------

Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz>
2025-07-16 19:44:23 -05:00
..
esp32 Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
Telemetry 2.7 fixes w2 (#7148) 2025-07-02 20:50:49 -05:00
AdminModule.cpp Remove bogus validation check 2025-07-10 10:12:02 -05:00
AdminModule.h Canned Messages via InkHUD menu (#7096) 2025-06-25 06:04:18 -05:00
AtakPluginModule.cpp Fix potential memory leak in AtakPluginModule (#5803) 2025-01-10 08:25:25 +08:00
AtakPluginModule.h
CannedMessageModule.cpp BaseUI Updates (#7358) 2025-07-16 19:44:23 -05:00
CannedMessageModule.h Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
DetectionSensorModule.cpp Space out periodic broadcasts of modules automatically (#5931) 2025-01-26 13:59:59 -06:00
DetectionSensorModule.h Pass#2: Lots more savings in logs and string reduction surgery (#5251) 2024-11-04 12:16:25 -06:00
DropzoneModule.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
DropzoneModule.h Pass#2: Lots more savings in logs and string reduction surgery (#5251) 2024-11-04 12:16:25 -06:00
ExternalNotificationModule.cpp userPrefs: Set default ringtone nag time (#7314) 2025-07-12 16:26:25 -05:00
ExternalNotificationModule.h Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
GenericThreadModule.cpp Add generic thread module (#5484) 2025-04-11 19:38:44 +02:00
GenericThreadModule.h Add generic thread module (#5484) 2025-04-11 19:38:44 +02:00
KeyVerificationModule.cpp Unbreak the macro 2025-07-10 11:40:02 -05:00
KeyVerificationModule.h Key verification flow on BaseUI (#7240) 2025-07-10 09:45:36 -05:00
ModuleDev.h
Modules.cpp Seesaw Rotary (#7310) 2025-07-12 12:36:44 -05:00
Modules.h
NeighborInfoModule.cpp Allow NeighborInfo on non-default frequency slot (#6061) 2025-02-15 07:55:51 -06:00
NeighborInfoModule.h Scale default intervals based for *online* mesh size past 40 nodes (#4277) 2024-07-13 05:59:19 -05:00
NodeInfoModule.cpp Drop NodeInfo packets if the is_licensed bit doesn't match owner (#7361) 2025-07-16 16:05:34 -05:00
NodeInfoModule.h Shorter nodeinfo timeout redux (#4458) 2024-08-14 17:17:53 -05:00
PositionModule.cpp GPS for STM32WL (#7297) 2025-07-14 05:12:26 -05:00
PositionModule.h Fix position exchange throttling issue (#7079) 2025-06-19 18:20:20 -05:00
PowerStressModule.cpp Don't attempt to save NodeDB on low-batt shutdown to prevent FS corruption (#5312) 2024-11-12 06:17:26 -06:00
PowerStressModule.h Revert "Sync Wio lr1110 refresh with master (#4288)" 2024-07-22 15:30:36 +02:00
RangeTestModule.cpp Enable range test on Linux Native (#6356) 2025-03-21 05:59:20 -05:00
RangeTestModule.h
RemoteHardwareModule.cpp Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
RemoteHardwareModule.h Implement GPIO pin allowlist (#4882) 2024-09-27 19:31:05 -05:00
ReplyModule.cpp Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
ReplyModule.h
RoutingModule.cpp Cleanup 2025-03-16 08:19:46 -05:00
RoutingModule.h Add unit tests for MQTT (#5724) 2025-01-07 07:10:42 -06:00
SerialModule.cpp Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
SerialModule.h Serial Mode for Ecowitt WS85 weather station. (#4296) 2024-07-21 07:09:37 -05:00
StoreForwardModule.cpp StoreForward: (tapback) reply support (#5585) 2024-12-15 13:11:13 -06:00
StoreForwardModule.h StoreForward: (tapback) reply support (#5585) 2024-12-15 13:11:13 -06:00
SystemCommandsModule.cpp 2.7 fixes w2 (#7148) 2025-07-02 20:50:49 -05:00
SystemCommandsModule.h Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
TextMessageModule.cpp Make the shouldWake function always available, and remove the bool (#7300) 2025-07-10 22:51:43 -05:00
TextMessageModule.h
TraceRouteModule.cpp 2.6 changes (#5806) 2025-03-01 06:18:33 -06:00
TraceRouteModule.h Fix size calculation of route/SNR array 2024-09-09 19:13:00 +02:00
WaypointModule.cpp 2.7 fixes w2 (#7148) 2025-07-02 20:50:49 -05:00
WaypointModule.h Revert "Sync Wio lr1110 refresh with master (#4288)" 2024-07-22 15:30:36 +02:00