MeshCore/src/helpers
2026-04-20 20:40:20 +10:00
..
bridges Bridge: Add t114 rs232 targets 2025-12-02 10:31:24 +00:00
esp32 Add missing methods in ESPNOWRadio() 2026-03-30 04:25:08 +01:00
nrf52 bleuart service stay registered first to prevent gatt cache issues on android when already paired 2026-04-18 14:43:47 +12:00
radiolib Merge pull request #2 from weebl2000/2026/remote-lna 2026-03-16 09:55:00 +00:00
sensors Merge pull request #2075 from pcmoore/working-ina3221 2026-04-12 22:49:17 +12:00
stm32 stm32: implement halt and reset 2025-06-25 11:00:24 +02:00
ui add heltec_mesh_node_t096 board. 2026-03-20 15:56:09 +08:00
AbstractBridge.h Refactor debug logging across bridge implementations 2025-10-06 12:57:04 +01: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 * Fix for VolatileRTCClock wrapping around to initial synced time every 49 days 2025-10-30 16:45:50 +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 R1 Neo: Turn off debugging, rtc cleanup 2026-03-11 18:24:01 -07:00
AutoDiscoverRTCClock.h * Fix for VolatileRTCClock wrapping around to initial synced time every 49 days 2025-10-30 16:45:50 +11:00
BaseChatMesh.cpp add support for direct paths when sending group data 2026-03-23 21:46:21 +13:00
BaseChatMesh.h add support for direct paths when sending group data 2026-03-23 21:46:21 +13: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
ClientACL.cpp * refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits) 2026-02-21 19:35:51 +11:00
ClientACL.h * refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits) 2026-02-21 19:35:51 +11:00
CommonCLI.cpp feat: implement per-sender advert jail and global rate limiting for flood adverts 2026-04-20 20:40:20 +10:00
CommonCLI.h feat: implement per-sender advert jail and global rate limiting for flood adverts 2026-04-20 20:40:20 +10:00
ContactInfo.h * refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits) 2026-02-21 19:35:51 +11:00
ESP32Board.cpp fix: remove esp_wifi.h from esp32board.h 2026-01-30 15:07:40 +11:00
ESP32Board.h Default button polarity to active-LOW across all firmware types 2026-04-04 13:19:13 +02:00
IdentityStore.cpp * workaround for nRF + LittleFS glitch with seek/truncate 2025-05-20 16:29:09 +10:00
IdentityStore.h nrf52 targets: increase limits for contacts and channels 2025-09-06 14:15:40 +10:00
MeshadventurerBoard.h Support MeshAdventurer 2025-06-30 03:46:18 +02:00
NRF52Board.cpp add get bootloader.ver command for nrf52 2026-02-18 15:35:20 +11:00
NRF52Board.h add get bootloader.ver command for nrf52 2026-02-18 15:35:20 +11:00
RefCountedDigitalPin.h Avoid negative _claims 2026-02-18 22:32:01 +07:00
RegionMap.cpp * minor bounds fix 2026-04-18 21:32:41 +10:00
RegionMap.h * bug fix 2026-04-17 14:38:03 +10:00
RTC_RX8130CE.cpp Support for muzi works R1 Neo device. 2026-03-08 11:46:20 -07:00
RTC_RX8130CE.h Support for muzi works R1 Neo device. 2026-03-08 11:46:20 -07:00
SensorManager.h SensorManager: remove setSettingByKey 2025-10-18 23:37:58 +02: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 Also fix countBefore(0xFFFFFFFF) to return _num 2026-03-01 07:41:50 +01:00
StaticPoolPacketManager.h Replace 0xFFFFFFFF sentinel with explicit getOutboundTotal() 2026-02-28 17:19:04 +01:00
StatsFormatHelper.h Replace 0xFFFFFFFF sentinel with explicit getOutboundTotal() 2026-02-28 17:19:04 +01:00
TransportKeyStore.cpp * repeater: various "region" CLI changes 2025-11-07 14:42:06 +11:00
TransportKeyStore.h * Mesh: new sendFlood() overload with transport codes. 2025-11-04 01:21:56 +11:00
TxtDataHelpers.cpp Refactor float conversion in CommonCLI to use strtof for improved precision and add ftoa3 function for formatting floats with three decimal places in TxtDataHelpers to fix display issue in app and repeater config ui in web 2025-11-14 21:51:28 -07:00
TxtDataHelpers.h add define for reserved group data type 2026-03-23 23:09:35 +13:00