| .. |
|
esp32
|
* BLE_WRITE_MIN_INTERVAL upped to 60 millis
|
2025-05-17 19:54:31 +10:00 |
|
nrf52
|
RAK4631: Add RAK12500 GPS support
|
2025-05-25 22:48:04 -07:00 |
|
rp2040
|
Hopefully the correct ADC_MULTIPLIER value.
|
2025-04-21 23:01:44 +01:00 |
|
sensors
|
* MicroNMEALocationProvider: clock param now NULL by default
|
2025-06-01 23:55:57 +10:00 |
|
stm32
|
wioe5: integrate sensor in sensor mgr
|
2025-06-01 08:30:53 +02:00 |
|
ui
|
better fonts for GxEPDDisplay
|
2025-05-31 15:22:59 -07:00 |
|
AdvertDataHelpers.cpp
|
* AdvertDataHelpers: reverting parsing logic, but changed meanings of 'battery' and 'temperature' to just two generic uint16 'feature' properties
|
2025-05-19 23:21:57 +10:00 |
|
AdvertDataHelpers.h
|
* AdvertDataHelpers: reverting parsing logic, but changed meanings of 'battery' and 'temperature' to just two generic uint16 'feature' properties
|
2025-05-19 23:21:57 +10: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
|
* SERVER_RESPONSE_DELAY now applied to: login responses, companion telemetry responses
|
2025-06-04 18:10:47 +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
|
* interference threshold now stored in prefs, CLI: set/get "int.thresh"
|
2025-05-26 17:18:49 +10:00 |
|
CommonCLI.h
|
* interference threshold now stored in prefs, CLI: set/get "int.thresh"
|
2025-05-26 17:18:49 +10:00 |
|
CustomLLCC68.h
|
* isReceiving() now includes either preamble detect or header detect
|
2025-03-28 22:20:42 +11:00 |
|
CustomLLCC68Wrapper.h
|
* added Radio::loop() virtual function
|
2025-05-24 21:24:44 +10:00 |
|
CustomLR1110.h
|
* isReceiving() now includes either preamble detect or header detect
|
2025-03-28 22:20:42 +11:00 |
|
CustomLR1110Wrapper.h
|
* added Radio::loop() virtual function
|
2025-05-24 21:24:44 +10:00 |
|
CustomSTM32WLx.h
|
wio-e5 : initial port
|
2025-05-11 09:28:15 +02:00 |
|
CustomSTM32WLxWrapper.h
|
* added Radio::loop() virtual function
|
2025-05-24 21:24:44 +10:00 |
|
CustomSX1262.h
|
* isReceiving() now includes either preamble detect or header detect
|
2025-03-28 22:20:42 +11:00 |
|
CustomSX1262Wrapper.h
|
* added Radio::loop() virtual function
|
2025-05-24 21:24:44 +10:00 |
|
CustomSX1268.h
|
* isReceiving() now includes either preamble detect or header detect
|
2025-03-28 22:20:42 +11:00 |
|
CustomSX1268Wrapper.h
|
* added Radio::loop() virtual function
|
2025-05-24 21:24:44 +10:00 |
|
CustomSX1276.h
|
* new target/env: Heltec_v2_terminal_chat
|
2025-02-11 12:36:26 +11:00 |
|
CustomSX1276Wrapper.h
|
* added Radio::loop() virtual function
|
2025-05-24 21:24:44 +10:00 |
|
ESP32Board.cpp
|
added basic support for LilyGo Tlora C6
|
2025-05-30 14:31:44 +02: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
|
* Heltec tracker: new 'periph_power' shared pin (between Display & GPS)
|
2025-05-08 15:50:53 +10:00 |
|
IdentityStore.cpp
|
* workaround for nRF + LittleFS glitch with seek/truncate
|
2025-05-20 16:29:09 +10:00 |
|
IdentityStore.h
|
wio-e5 : initial port
|
2025-05-11 09:28:15 +02:00 |
|
LilyGoTLoraBoard.h
|
Refactor naming
|
2025-03-04 22:00:48 -08:00 |
|
RadioLibWrappers.cpp
|
* interference threshold now stored in prefs, CLI: set/get "int.thresh"
|
2025-05-26 17:18:49 +10:00 |
|
RadioLibWrappers.h
|
* interference threshold now stored in prefs, CLI: set/get "int.thresh"
|
2025-05-26 17:18:49 +10:00 |
|
RefCountedDigitalPin.h
|
* Heltec tracker: new 'periph_power' shared pin (between Display & GPS)
|
2025-05-08 15:50:53 +10:00 |
|
SensorManager.h
|
t-beam supreme: fixes and consolidation
|
2025-05-25 21:23:31 -07:00 |
|
SimpleMeshTables.h
|
* companion: fix for importContact(). Now removes the packet-hash from table, before 'replaying'
|
2025-05-16 19:57:09 +10:00 |
|
StaticPoolPacketManager.cpp
|
* Dispatcher::checkSend() bug: getOutboundCount() should only count non-future packets
|
2025-05-14 16:50:11 +10:00 |
|
StaticPoolPacketManager.h
|
* Dispatcher::checkSend() bug: getOutboundCount() should only count non-future packets
|
2025-05-14 16:50:11 +10:00 |
|
StationG2Board.h
|
Added basic support for Station G2
|
2025-03-07 15:34:00 +01:00 |
|
TBeamBoard.h
|
Adding support for TBeam 1.1
|
2025-05-05 23:03:14 -07:00 |
|
TBeamBoardSX1262.h
|
Support for TBeam SX1262 board
|
2025-04-23 20:23:06 -04:00 |
|
TBeamS3SupremeBoard.h
|
Merge branch 'dev' of https://github.com/ripplebiz/MeshCore into dev
|
2025-05-26 17:18:57 -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 |