| .. |
|
esp32
|
* BLE_WRITE_MIN_INTERVAL upped to 60 millis
|
2025-05-17 19:54:31 +10:00 |
|
nrf52
|
add TX led to thinknode M1
|
2025-06-09 17:35:00 -07:00 |
|
rp2040
|
Update VBAT schematic
|
2025-06-16 21:28:59 +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
|
fix 150mA power draw on ThinkNode M1
|
2025-06-06 21:55:03 +12: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
|
* companion: new CMD_GET_ADVERT_PATH -> RESP_CODE_ADVERT_PATH
|
2025-06-18 16:02:09 +10:00 |
|
BaseChatMesh.h
|
* companion: new CMD_GET_ADVERT_PATH -> RESP_CODE_ADVERT_PATH
|
2025-06-18 16:02:09 +10:00 |
|
BaseSerialInterface.h
|
* companion_radio_usb: encoding in ArduinoSerialInterface changed to 16-bit frame lengths
|
2025-01-29 10:12:22 +11:00 |
|
ChannelDetails.h
|
* companion: refactor of all filesystem access to new DataStore module
|
2025-06-06 15:30:35 +10:00 |
|
CommonCLI.cpp
|
* repeater and room server: new CLI setting "agc.reset.interval" (seconds)
|
2025-06-13 14:15:21 +10:00 |
|
CommonCLI.h
|
* repeater and room server: new CLI setting "agc.reset.interval" (seconds)
|
2025-06-13 14:15:21 +10:00 |
|
ContactInfo.h
|
* companion: refactor of all filesystem access to new DataStore module
|
2025-06-06 15:30:35 +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
|
* added CustomSX1262::std_init()
|
2025-06-19 10:58:10 +10: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
|
* noise floor can now be queried even when int.thresh = 0
|
2025-06-18 01:27:53 +10:00 |
|
RadioLibWrappers.h
|
* repeater and room server: new CLI setting "agc.reset.interval" (seconds)
|
2025-06-13 14:15:21 +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 |