MeshCore/src/helpers
ripplebiz 153bcdc6a3
Merge pull request #1457 from oltaco/remote-set-prvkey
Allow set prv.key over LoRa, clear ACL and validate key
2026-01-25 14:46:41 +11:00
..
bridges Bridge: Add t114 rs232 targets 2025-12-02 10:31:24 +00:00
esp32 * T1000e BLE - default node name is now the MAC address 2026-01-23 15:53:58 +11:00
nrf52 * T1000e BLE - default node name is now the MAC address 2026-01-23 15:53:58 +11:00
radiolib Fix typos in README and source comments 2026-01-03 18:54:48 -07:00
sensors Fix the issue of inconsistent I2C usage in the environmental sensor. 2026-01-23 10:45:13 +08:00
stm32 stm32: implement halt and reset 2025-06-25 11:00:24 +02:00
ui fix(core): optimize GPS loop and add display GPIO safeguards 2025-12-05 20:45:10 +01: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 * fix for AutoDiscoverRTCClock 2025-04-21 16:35:55 +10: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 always send PUSH_CODE_NEW_ADVERT when advert was not added to contacts[] 2026-01-16 13:15:35 +11:00
BaseChatMesh.h bootstrap RTC from contact.lastmod and improve slot overwrite logic 2026-01-15 18:01:20 +11: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 recalc ClientACL shared_secrets at startup 2026-01-25 01:32:44 +11:00
ClientACL.h recalc ClientACL shared_secrets at startup 2026-01-25 01:32:44 +11:00
CommonCLI.cpp Merge pull request #1457 from oltaco/remote-set-prvkey 2026-01-25 14:46:41 +11:00
CommonCLI.h refactor ClientACL and CommonCLI, add ClientACL::clear() 2026-01-25 01:31:53 +11:00
ContactInfo.h * refactor: on-demand getSharedSecret() 2025-12-06 19:17:45 +11:00
ESP32Board.cpp added basic support for LilyGo Tlora C6 2025-05-30 14:31:44 +02:00
ESP32Board.h Merge pull request #1266 from IoTThinks/MCdev-Powersaving-for-esp32-202512 2025-12-31 11:35:46 +11: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 nRF52840 Power Management - Phase 1 - Boot Low VBAT Voltage Lockout 2026-01-23 17:18:41 +11:00
NRF52Board.h nRF52840 Power Management - Phase 1 - Boot Low VBAT Voltage Lockout 2026-01-23 17:18:41 +11:00
RefCountedDigitalPin.h Add heltec_vision_master_e213 board. 2025-08-13 18:12:48 +08:00
RegionMap.cpp * new req/resp (after login): REQ_TYPE_GET_OWNER_INFO (includes firmware-ver) 2026-01-12 16:58:35 +11:00
RegionMap.h * new req/resp (after login): REQ_TYPE_GET_OWNER_INFO (includes firmware-ver) 2026-01-12 16:58:35 +11: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 * 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
StatsFormatHelper.h Adds serial commands to get stats 2025-10-28 23:55:49 -07: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 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