| .. |
|
esp32
|
* ESPNOW: packet rx/tx counters
|
2025-04-24 12:16:55 +10:00 |
|
nrf52
|
Merge branch 'dev' of github.com:recrof/MeshCore into dev
|
2025-05-03 14:59:06 +02:00 |
|
rp2040
|
Hopefully the correct ADC_MULTIPLIER value.
|
2025-04-21 23:01:44 +01:00 |
|
ui
|
* ST7789Display: now with SCALE_X,SCALE_Y
|
2025-05-05 15:54:31 +10:00 |
|
AdvertDataHelpers.cpp
|
* TxtDataHelpers.h, with standard TXT sub-types
|
2025-01-26 22:56:38 +11:00 |
|
AdvertDataHelpers.h
|
* simple_secure_chat now with a proper CLI
|
2025-01-25 22:03:25 +11:00 |
|
ArduinoHelpers.h
|
Initial commit
|
2025-01-13 14:07:48 +11:00 |
|
ArduinoSerialInterface.cpp
|
* companion_radio_usb: encoding in ArduinoSerialInterface changed to 16-bit frame lengths
|
2025-01-29 10:12:22 +11:00 |
|
ArduinoSerialInterface.h
|
use Stream abstract interface for serial port in ArduinoSerialInterface
|
2025-04-28 16:17:29 +02:00 |
|
AutoDiscoverRTCClock.cpp
|
* fix for AutoDiscoverRTCClock
|
2025-04-21 16:35:55 +10:00 |
|
AutoDiscoverRTCClock.h
|
* new helper: AutoDiscoverRTCClock, which detects: DS3231 (on i2c addr 0x68), or RV3028 (on i2c addr 0x52)
|
2025-02-25 19:00:07 +11:00 |
|
BaseChatMesh.cpp
|
* companion: new CMD_SEND_TELEMETRY_REQ, PUSH_CODE_TELEMETRY_RESPONSE
|
2025-05-03 20:08:44 +10:00 |
|
BaseChatMesh.h
|
* companion: new CMD_SEND_TELEMETRY_REQ, PUSH_CODE_TELEMETRY_RESPONSE
|
2025-05-03 20:08:44 +10:00 |
|
BaseSerialInterface.h
|
* companion_radio_usb: encoding in ArduinoSerialInterface changed to 16-bit frame lengths
|
2025-01-29 10:12:22 +11:00 |
|
CommonCLI.cpp
|
* refactor: "neighbors" command
|
2025-04-30 21:41:09 +10:00 |
|
CommonCLI.h
|
* refactor: "neighbors" command
|
2025-04-30 21:41:09 +10:00 |
|
CustomLLCC68.h
|
* isReceiving() now includes either preamble detect or header detect
|
2025-03-28 22:20:42 +11:00 |
|
CustomLLCC68Wrapper.h
|
* new Dispatcher::getCADFailRetryDelay()
|
2025-02-27 04:05:50 +11:00 |
|
CustomLR1110.h
|
* isReceiving() now includes either preamble detect or header detect
|
2025-03-28 22:20:42 +11:00 |
|
CustomLR1110Wrapper.h
|
permit access to rx_boosted_mode at runtime for LR1110 (for dpm tests on that setting)
|
2025-04-14 12:23:28 +02:00 |
|
CustomSX1262.h
|
* isReceiving() now includes either preamble detect or header detect
|
2025-03-28 22:20:42 +11:00 |
|
CustomSX1262Wrapper.h
|
* new Dispatcher::getCADFailRetryDelay()
|
2025-02-27 04:05:50 +11:00 |
|
CustomSX1268.h
|
* isReceiving() now includes either preamble detect or header detect
|
2025-03-28 22:20:42 +11:00 |
|
CustomSX1268Wrapper.h
|
* new Dispatcher::getCADFailRetryDelay()
|
2025-02-27 04:05:50 +11:00 |
|
CustomSX1276.h
|
* new target/env: Heltec_v2_terminal_chat
|
2025-02-11 12:36:26 +11:00 |
|
CustomSX1276Wrapper.h
|
* new Dispatcher::getCADFailRetryDelay()
|
2025-02-27 04:05:50 +11:00 |
|
ESP32Board.cpp
|
* refactor: ESP32 OTA lib-deps now selectively added
|
2025-03-23 17:36:31 +11:00 |
|
ESP32Board.h
|
* new ESPNOWRadio driver
|
2025-03-27 19:34:16 +11:00 |
|
HeltecV2Board.h
|
* new target/envs: Heltec_v2_repeater, Heltec_v2_companion_radio_usb
|
2025-02-11 15:50:10 +11:00 |
|
HeltecV3Board.h
|
Merge pull request #65 from awolden/awolden/h3-pin-fix
|
2025-03-15 12:09:47 +11:00 |
|
IdentityStore.cpp
|
Correct opens to use "w" filemode instead of "w+" filemode.
|
2025-04-21 21:49:41 +01:00 |
|
IdentityStore.h
|
* RP2040 IdentityStore begin(), to ensure mkdir()
|
2025-04-22 15:26:04 +10:00 |
|
LilyGoTLoraBoard.h
|
Refactor naming
|
2025-03-04 22:00:48 -08:00 |
|
RadioLibWrappers.cpp
|
* trying setCRC(1)
|
2025-03-09 22:15:58 +11:00 |
|
RadioLibWrappers.h
|
* new Dispatcher::getCADFailRetryDelay()
|
2025-02-27 04:05:50 +11:00 |
|
SensorManager.h
|
* companion: protocol ver bump to 5
|
2025-05-05 11:21:55 +10:00 |
|
SimpleMeshTables.h
|
* SimpleMeshTables: ACKs now handled separately
|
2025-02-18 22:59:03 +11:00 |
|
StaticPoolPacketManager.cpp
|
* new packet score function
|
2025-02-04 15:00:28 +11:00 |
|
StaticPoolPacketManager.h
|
* new RX delays based on SNR
|
2025-02-04 12:35:53 +11:00 |
|
StationG2Board.h
|
Added basic support for Station G2
|
2025-03-07 15:34:00 +01:00 |
|
TBeamBoard.h
|
LilyGo T-Beam: added battery voltage reporting
|
2025-04-09 14:08:13 +02:00 |
|
TBeamBoardSX1262.h
|
Support for TBeam SX1262 board
|
2025-04-23 20:23:06 -04:00 |
|
TBeamS3SupremeBoard.h
|
t-beam s3 supreme: repeater, room server, and ble companion verified working. RTC working. No screen, GPS or sensors.
|
2025-04-19 19:51:01 -07:00 |
|
TxtDataHelpers.cpp
|
* CommonCLI: "get " commands
|
2025-02-27 18:02:47 +11:00 |
|
TxtDataHelpers.h
|
* CommonCLI: "get " commands
|
2025-02-27 18:02:47 +11:00 |
|
XiaoC3Board.h
|
* new target env: Xiao S3 WIO repeater
|
2025-01-19 16:44:25 +11:00 |