.. |
generated
|
Add ourGroupInfo to NodeDB
|
2022-02-20 00:04:32 -08:00 |
http
|
Littlefs rebased to Master (#1205)
|
2022-02-14 11:45:29 -06:00 |
wifi
|
fix more warnings; add to CI; suppress some warnings
|
2022-01-24 19:58:07 +00:00 |
Channels.cpp
|
Fix typo in default channel (Thanks Andre!)
|
2022-02-15 07:36:28 -08:00 |
Channels.h
|
more warning fixes
|
2022-01-24 18:39:17 +00:00 |
CryptoEngine.cpp
|
don't break strict-aliasing rules
|
2021-08-02 10:50:28 -07:00 |
CryptoEngine.h
|
fix some cppcheck warnings
|
2022-01-24 07:00:14 +00:00 |
DSRRouter.cpp
|
pull in new epaper lib (which required importing configuration.h everywhere
|
2021-06-27 10:56:28 -07:00 |
DSRRouter.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
FloodingRouter.cpp
|
ACK retried want_ack packets
|
2021-11-22 21:31:12 -05:00 |
FloodingRouter.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
InterfacesTemplates.cpp
|
[LLCC68] module support
|
2021-11-17 13:28:08 +03:00 |
LLCC68Interface.cpp
|
[LLCC68] module support
|
2021-11-17 13:28:08 +03:00 |
LLCC68Interface.h
|
LLCC68 doesn't support SF12 neither the "Long Slow" channel
|
2021-11-18 14:46:04 +03:00 |
MemoryPool.h
|
fix more warnings; add to CI; suppress some warnings
|
2022-01-24 19:58:07 +00:00 |
mesh-pb-constants.cpp
|
Littlefs rebased to Master (#1205)
|
2022-02-14 11:45:29 -06:00 |
mesh-pb-constants.h
|
|
|
MeshPacketQueue.cpp
|
Include <algorithm> - required for 'lower_bound'
|
2021-07-31 21:56:31 +02:00 |
MeshPacketQueue.h
|
more warning fixes
|
2022-01-24 18:39:17 +00:00 |
MeshPlugin.cpp
|
Screen update event.
|
2022-01-13 14:17:21 +01:00 |
MeshPlugin.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
MeshRadio.h
|
New bands, new band plans and new channel configurations
|
2022-02-14 19:32:31 -08:00 |
MeshService.cpp
|
fix owner name update issue (off #900)
|
2021-10-29 13:28:48 +00:00 |
MeshService.h
|
add the user as distinct message source
|
2021-10-27 13:16:51 +00:00 |
MeshTypes.h
|
add the user as distinct message source
|
2021-10-27 13:16:51 +00:00 |
NodeDB.cpp
|
Add ourGroupInfo to NodeDB
|
2022-02-20 00:04:32 -08:00 |
NodeDB.h
|
Add ourGroupInfo to NodeDB
|
2022-02-20 00:04:32 -08:00 |
PacketHistory.cpp
|
Issue-108. Track recent packets in unordered_set
|
2021-07-20 21:19:35 +02:00 |
PacketHistory.h
|
Issue-108. Track recent packets in unordered_set
|
2021-07-20 21:19:35 +02:00 |
PhoneAPI.cpp
|
pull in new epaper lib (which required importing configuration.h everywhere
|
2021-06-27 10:56:28 -07:00 |
PhoneAPI.h
|
fix more warnings; add to CI; suppress some warnings
|
2022-01-24 19:58:07 +00:00 |
PointerQueue.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
ProtobufPlugin.cpp
|
pull in new epaper lib (which required importing configuration.h everywhere
|
2021-06-27 10:56:28 -07:00 |
ProtobufPlugin.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
RadioInterface.cpp
|
Fix bug in frequency formulas
|
2022-02-15 18:48:54 -08:00 |
RadioInterface.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
RadioLibInterface.cpp
|
Feature: add disable_tx setting #1065 (#1066)
|
2022-01-06 12:01:45 -06:00 |
RadioLibInterface.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
RadioLibRF95.cpp
|
override new RadioLib's default current limit value (60 mA) to the previous value of 100mA
|
2021-09-08 14:30:52 +03:00 |
RadioLibRF95.h
|
more warning fixes
|
2022-01-24 18:39:17 +00:00 |
ReliableRouter.cpp
|
Allow hop_limit to be configured
|
2021-12-18 16:21:12 -05:00 |
ReliableRouter.h
|
more warning fixes
|
2022-01-24 18:39:17 +00:00 |
RF95Interface.cpp
|
fix module frequency overriding
|
2021-09-13 22:13:51 +03:00 |
RF95Interface.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
Router.cpp
|
Correct a comment
|
2022-01-29 06:40:17 +13:00 |
Router.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
SinglePortPlugin.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
StreamAPI.cpp
|
cope with race on available() vs read() found while looking at #838
|
2021-08-12 22:06:51 -07:00 |
StreamAPI.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
SX126xInterface.cpp
|
fix module frequency overriding
|
2021-09-13 22:13:51 +03:00 |
SX126xInterface.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
SX1262Interface.cpp
|
New base class for SX126x modules. Added new SX1268 module support.
|
2021-09-12 00:35:16 +03:00 |
SX1262Interface.h
|
New base class for SX126x modules. Added new SX1268 module support.
|
2021-09-12 00:35:16 +03:00 |
SX1268Interface.cpp
|
New base class for SX126x modules. Added new SX1268 module support.
|
2021-09-12 00:35:16 +03:00 |
SX1268Interface.h
|
more cppcheck warnings fixes
|
2022-01-24 17:24:40 +00:00 |
TypedQueue.h
|
more warning fixes
|
2022-01-24 18:39:17 +00:00 |