..
esp32
* BLE_WRITE_MIN_INTERVAL upped to 60 millis
2025-05-17 19:54:31 +10:00
nrf52
* RAK: "start ota" now replies with Bluetooth MAC address
2025-05-26 12:23:52 +10:00
rp2040
Hopefully the correct ADC_MULTIPLIER value.
2025-04-21 23:01:44 +01:00
sensors
* EnvironmentSensorManager: some tidy ups
2025-05-23 19:12:32 +10:00
stm32
rak3x72 : first commit
2025-05-22 14:47:44 +02:00
ui
fix location and naming of enum
2025-05-20 19:33:21 +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: fix for importContact(). Now removes the packet-hash from table, before 'replaying'
2025-05-16 19:57:09 +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
* workaround for nRF + LittleFS glitch with seek/truncate
2025-05-20 16:29:09 +10:00
CommonCLI.h
* CommonCLI: added "clear stats" command
2025-05-13 18:12:58 +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
CustomSTM32WLx.h
wio-e5 : initial port
2025-05-11 09:28:15 +02:00
CustomSTM32WLxWrapper.h
wio-e5 : initial port
2025-05-11 09:28:15 +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
* ESP32Board: can now download entire log file via OTA webserver (URL: /log)
2025-05-09 16:17:36 +10: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
* Repeater/Room server: new diagnostics, stats.n_full_events now repurposed to 'err_events' (bit flags)
2025-05-13 15:38:10 +10:00
RadioLibWrappers.h
* CommonCLI: added "clear stats" command
2025-05-13 18:12:58 +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
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 supreme: fixes and consolidation
2025-05-25 21:23:31 -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