MeshCore/src/helpers
2025-07-10 00:55:38 +03:00
..
esp32 * Fix: /helpers/esp32/TBeamBoard was breaking non-TBeam builds 2025-06-25 14:04:29 +10:00
nrf52 393 clean up Minewsemi ME25LS01 variant 2025-07-10 00:55:38 +03:00
rp2040 Add XIAO RP2040 support 2025-07-03 11:42:53 +10:00
sensors Changed the Barometric Pressure value since it was a factor 100 to high 2025-07-08 21:16:03 +02:00
stm32 stm32: implement halt and reset 2025-06-25 11:00:24 +02:00
ui formatting 2025-06-27 23:30:52 -07:00
AdvertDataHelpers.cpp * companion: new 'advert_loc_policy' pref. Defaults to ADVERT_LOC_NONE (ie. do Not share location in adverts) 2025-06-22 16:21:04 +10:00
AdvertDataHelpers.h * first cut of new simple_sensor sketch 2025-07-08 23:19:34 +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 'advert_loc_policy' pref. Defaults to ADVERT_LOC_NONE (ie. do Not share location in adverts) 2025-06-22 16:21:04 +10:00
BaseChatMesh.h * companion: new 'advert_loc_policy' pref. Defaults to ADVERT_LOC_NONE (ie. do Not share location in adverts) 2025-06-22 16:21:04 +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 * implemented getter methods for telemetry value types 2025-07-08 23:19:35 +10:00
CommonCLI.h * implemented getter methods for telemetry value types 2025-07-08 23:19:35 +10:00
ContactInfo.h * companion: refactor of all filesystem access to new DataStore module 2025-06-06 15:30:35 +10:00
CustomLLCC68.h * Preamble now 16 (for most variants) 2025-06-29 20:03:10 +10:00
CustomLLCC68Wrapper.h * added Radio::loop() virtual function 2025-05-24 21:24:44 +10:00
CustomLR1110.h LR's corrected calculation override (instead of SX) and minor changes according to radiolib's wiki 2025-07-04 16:40:19 +02:00
CustomLR1110Wrapper.h change fixed preamble to match the new 16 2025-06-29 15:17:15 +02: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 * Preamble now 16 (for most variants) 2025-06-29 20:03:10 +10:00
CustomSX1262Wrapper.h * added Radio::loop() virtual function 2025-05-24 21:24:44 +10:00
CustomSX1268.h * Preamble now 16 (for most variants) 2025-06-29 20:03:10 +10:00
CustomSX1268Wrapper.h * added Radio::loop() virtual function 2025-05-24 21:24:44 +10:00
CustomSX1276.h * Preamble now 16 (for most variants) 2025-06-29 20:03:10 +10: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 * ESP32Board: added support for Neopixel TX led 2025-06-25 14:54:13 +10:00
HeltecV2Board.h fix Heltec v2 getBattMilliVolts 2025-06-20 15:00:46 -07:00
HeltecV3Board.h wireless paper board support 2025-06-27 22:57:49 -07: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
MeshadventurerBoard.h Support MeshAdventurer 2025-06-30 03:46:18 +02: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 * refactored SensorManager::toggleGps() 2025-06-20 13:44:58 +10: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
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