firmware/src/modules
mikecarper aa3b14ce72
Some checks are pending
CI / setup (check) (push) Waiting to run
CI / setup (esp32) (push) Waiting to run
CI / setup (esp32c3) (push) Waiting to run
CI / setup (esp32c6) (push) Waiting to run
CI / setup (esp32s3) (push) Waiting to run
CI / setup (nrf52840) (push) Waiting to run
CI / setup (rp2040) (push) Waiting to run
CI / setup (rp2350) (push) Waiting to run
CI / setup (stm32) (push) Waiting to run
CI / version (push) Waiting to run
CI / check (push) Blocked by required conditions
CI / build-esp32 (push) Blocked by required conditions
CI / build-esp32s3 (push) Blocked by required conditions
CI / build-esp32c3 (push) Blocked by required conditions
CI / build-esp32c6 (push) Blocked by required conditions
CI / build-nrf52840 (push) Blocked by required conditions
CI / build-rp2040 (push) Blocked by required conditions
CI / build-rp2350 (push) Blocked by required conditions
CI / build-stm32 (push) Blocked by required conditions
CI / build-debian-src (push) Waiting to run
CI / package-pio-deps-native-tft (push) Waiting to run
CI / test-native (push) Waiting to run
CI / docker-deb-amd64 (push) Waiting to run
CI / docker-deb-amd64-tft (push) Waiting to run
CI / docker-alp-amd64 (push) Waiting to run
CI / docker-alp-amd64-tft (push) Waiting to run
CI / docker-deb-arm64 (push) Waiting to run
CI / docker-deb-armv7 (push) Waiting to run
CI / gather-artifacts (esp32) (push) Blocked by required conditions
CI / gather-artifacts (esp32c3) (push) Blocked by required conditions
CI / gather-artifacts (esp32c6) (push) Blocked by required conditions
CI / gather-artifacts (esp32s3) (push) Blocked by required conditions
CI / gather-artifacts (nrf52840) (push) Blocked by required conditions
CI / gather-artifacts (rp2040) (push) Blocked by required conditions
CI / gather-artifacts (rp2350) (push) Blocked by required conditions
CI / gather-artifacts (stm32) (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
CI / release-firmware (esp32) (push) Blocked by required conditions
CI / release-firmware (esp32c3) (push) Blocked by required conditions
CI / release-firmware (esp32c6) (push) Blocked by required conditions
CI / release-firmware (esp32s3) (push) Blocked by required conditions
CI / release-firmware (nrf52840) (push) Blocked by required conditions
CI / release-firmware (rp2040) (push) Blocked by required conditions
CI / release-firmware (rp2350) (push) Blocked by required conditions
CI / release-firmware (stm32) (push) Blocked by required conditions
CI / publish-firmware (push) Blocked by required conditions
bugfix Add rssi and snr to the store and forward code. (#7462)
* Update StoreForwardModule.cpp

* Update StoreForwardModule.h

---------

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2025-07-27 20:03:01 -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 Validate Serial config console override modes (#7470) 2025-07-26 19:55:54 -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 Set canned_message.enabled to true when setting defaults (#7414) 2025-07-21 19:31:07 -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
DropzoneModule.cpp
DropzoneModule.h
ExternalNotificationModule.cpp When outputting RTTTL ringtones, you can still hear a periodic buzzing sound. This problem is fixed in this commit. 2025-07-21 14:44:41 -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
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
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
PowerStressModule.h
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
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 Validate Serial config console override modes (#7470) 2025-07-26 19:55:54 -05:00
SerialModule.h Validate Serial config console override modes (#7470) 2025-07-26 19:55:54 -05:00
StoreForwardModule.cpp bugfix Add rssi and snr to the store and forward code. (#7462) 2025-07-27 20:03:01 -05:00
StoreForwardModule.h bugfix Add rssi and snr to the store and forward code. (#7462) 2025-07-27 20:03:01 -05:00
SystemCommandsModule.cpp Clear position on GPS deactivation, unless using fixed position (#7464) 2025-07-26 08:09:26 -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 Add Trace Route on BaseUI (#7386) 2025-07-24 17:23:45 -05:00
TraceRouteModule.h Add Trace Route on BaseUI (#7386) 2025-07-24 17:23:45 -05:00
WaypointModule.cpp 2.7 fixes w2 (#7148) 2025-07-02 20:50:49 -05:00
WaypointModule.h