MeshCore/src
Sybren A. Stüvel f15e6994d0 Self-review fixes
Three fixes applied:

BLELogInterface.h:108 — setMinPreferred(0x12) → setMaxPreferred(0x12) (bug: was clobbering the min value instead of setting max)
BLELogInterface.h:42 — removed the redundant _line_len = 0 in flushLine(), collapsed the guard to a one-liner
heltec_tracker/platformio.ini and sensecap_solar/platformio.ini — re-commented MESH_PACKET_LOGGING and BLE_PACKET_LOGGING
2026-03-15 18:30:46 +01:00
..
helpers Self-review fixes 2026-03-15 18:30:46 +01:00
Dispatcher.cpp Update print functions 2026-03-14 21:34:49 +01:00
Dispatcher.h Correct logging of RAW lines 2026-03-14 23:34:36 +01:00
Identity.cpp allow set prv.key from remote, validate new prv.key 2026-01-25 01:32:48 +11:00
Identity.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
Mesh.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
Mesh.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
MeshCore.h add get bootloader.ver command for nrf52 2026-02-18 15:35:20 +11:00
Packet.cpp * bug fix: Packet::writeTo(), Packet::readFrom() 2026-02-26 15:36:21 +11:00
Packet.h * CommonCLI: added "get/set path.hash.mode " 2026-02-23 14:25:19 +11:00
Utils.cpp Add BLE mesh logging 2026-03-14 21:34:49 +01:00
Utils.h Add BLE mesh logging 2026-03-14 21:34:49 +01:00