firmware/src/mesh
2024-06-16 11:35:11 +02:00
..
api Add raspbian reboot and shutdown behavior 2023-12-14 19:53:42 -06:00
compression Fix various typos (#2607) 2023-07-14 16:25:20 -05:00
eth Add multiple configuration options for a minimized build (GPS,WiFi,BT,MQTT,Screen). (#3469) 2024-03-25 06:33:57 -05:00
generated [create-pull-request] automated change (#4114) 2024-06-15 09:45:33 -05:00
http Add multiple configuration options for a minimized build (GPS,WiFi,BT,MQTT,Screen). (#3469) 2024-03-25 06:33:57 -05:00
raspihttp Crash fix and remove hard-coded path from PiWebServer (#3478) 2024-03-23 12:29:05 -05:00
wifi If EXCUDE_MQTT Defined, skip reconnecting MQTT in WiFiAPClient and dont check status of is_mqtt_connected 2024-06-06 22:31:10 +09:30
Channels.cpp Add multiple configuration options for a minimized build (GPS,WiFi,BT,MQTT,Screen). (#3469) 2024-03-25 06:33:57 -05:00
Channels.h Remove confusing channel suffix (#3432) 2024-03-17 08:38:49 -05:00
CryptoEngine.cpp
CryptoEngine.h
Default.cpp Extract default intervals and coalesce methods into their own file / static class methods (#3425) 2024-03-17 08:18:30 -05:00
Default.h Added one minute throttling to NodeDB save to disk (#3648) 2024-04-18 14:20:39 -05:00
FloodingRouter.cpp Optimization: stop relaying when reply is received (#3753) 2024-04-30 20:07:15 -05:00
FloodingRouter.h Fix #3452: only alter received packet if port number matches (#3474) 2024-03-23 07:31:58 -05:00
InterfacesTemplates.cpp LR1110 support (#3013) 2024-06-03 16:04:40 -05:00
LLCC68Interface.cpp
LLCC68Interface.h
LR11x0Interface.cpp LR1110 support (#3013) 2024-06-03 16:04:40 -05:00
LR11x0Interface.h LR1110 support (#3013) 2024-06-03 16:04:40 -05:00
LR1110Interface.cpp LR1110 support (#3013) 2024-06-03 16:04:40 -05:00
LR1110Interface.h LR1110 support (#3013) 2024-06-03 16:04:40 -05:00
LR1120Interface.cpp LR1110 support (#3013) 2024-06-03 16:04:40 -05:00
LR1120Interface.h LR1110 support (#3013) 2024-06-03 16:04:40 -05:00
MemoryPool.h we don't use the static MemoryPool anywhere, ditch dead code. 2023-12-11 15:35:22 +01:00
mesh-pb-constants.cpp Fixing typo in src/mesh/mesh-pb-constants.cpp logging (#2800) 2023-09-16 15:24:59 -05:00
mesh-pb-constants.h Make MAX_NUM_NODES configurable in variant.h (#3453) 2024-03-21 18:26:37 -05:00
MeshModule.cpp Avoid assert on receiving undecryptable packet (#4059) 2024-06-09 16:02:52 -05:00
MeshModule.h Cosmetics: rename remaining plugins → modules and less errors (#3645) 2024-04-16 17:47:56 -05:00
MeshPacketQueue.cpp
MeshPacketQueue.h
MeshRadio.h
MeshService.cpp Check if packet is not released before CC to phone 2024-05-05 13:49:50 +02:00
MeshService.h Rebrand "send network ping" to more honest "try send position" with better output (#3737) 2024-04-27 08:55:04 -05:00
MeshTypes.h Fix various typos (#2607) 2023-07-14 16:25:20 -05:00
NodeDB.cpp fix crash during reset nodedb (#4017) 2024-06-02 07:38:20 -05:00
NodeDB.h Enable compiling with gccnoneeabi 12.3.1 for nRF52 targets, additional small fixes (#3778) 2024-05-03 15:49:22 -05:00
PacketHistory.cpp Add MaxNodes to Native config (#3427) 2024-03-21 09:06:37 -05:00
PacketHistory.h Extend packet history expire time to 10 minutes (#2921) 2023-11-03 15:43:26 -05:00
PhoneAPI.cpp Send own node-info earlier and move others to the end of want-config flow (#3949) 2024-05-28 19:25:19 -05:00
PhoneAPI.h Send own node-info earlier and move others to the end of want-config flow (#3949) 2024-05-28 19:25:19 -05:00
PointerQueue.h
ProtobufModule.cpp
ProtobufModule.h make clang-format happy again. Also fix assorted variable shrouding and logic bleeps 2024-05-03 15:10:57 +02:00
RadioInterface.cpp Merge branch 'master' into regulatory-gain 2024-06-11 21:30:35 +08:00
RadioInterface.h Set unused header bytes to zero for future use (#3479) 2024-03-23 12:38:29 -05:00
RadioLibInterface.cpp Implement chunked SPI transfer for ch341 (#3847) 2024-05-10 04:36:20 -05:00
RadioLibInterface.h Implement chunked SPI transfer for ch341 (#3847) 2024-05-10 04:36:20 -05:00
RadioLibRF95.cpp Add support for RadioMaster Bandit Nano (#4005) 2024-05-31 10:56:04 -05:00
RadioLibRF95.h
ReliableRouter.cpp Add MaxNodes to Native config (#3427) 2024-03-21 09:06:37 -05:00
ReliableRouter.h
RF95Interface.cpp Radio Master 900 Bandit Nano Power output interpolation (#4057) 2024-06-09 16:03:39 -05:00
RF95Interface.h
Router.cpp Try-fix: Remove logging of actual payload strings (and compressed) for TAK packets (#3922) 2024-05-19 07:24:10 -05:00
Router.h Add original hop limit to header to determine hops used (#3321) 2024-03-08 07:13:57 -06:00
SinglePortModule.h Fix various typos (#2607) 2023-07-14 16:25:20 -05:00
STM32WLE5JCInterface.cpp Remove redundant checks for power of 0 (#2934) 2023-11-13 06:19:02 -06:00
STM32WLE5JCInterface.h
StreamAPI.cpp
StreamAPI.h
SX126xInterface.cpp Fix sx126x error log logic 2024-04-14 16:44:28 -05:00
SX126xInterface.h
SX128xInterface.cpp Cosmetics: rename remaining plugins → modules and less errors (#3645) 2024-04-16 17:47:56 -05:00
SX128xInterface.h
SX1262Interface.cpp
SX1262Interface.h
SX1268Interface.cpp
SX1268Interface.h
SX1280Interface.cpp
SX1280Interface.h
Throttle.cpp Added one minute throttling to NodeDB save to disk (#3648) 2024-04-18 14:20:39 -05:00
Throttle.h Added one minute throttling to NodeDB save to disk (#3648) 2024-04-18 14:20:39 -05:00
TypeConversions.cpp Skip favorite nodes when clearing out oldest in NodeDB (#3464) 2024-03-21 19:51:02 -05:00
TypeConversions.h Convert from inline to static class methods (#2883) 2023-10-11 06:17:05 -05:00
TypedQueue.h Look into tophone queue for the received packet. 2023-12-11 15:11:10 +01:00