You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ryan Gregg
88892de864
Fix Ethernet init checking hardwareStatus before begin() and deduplicate CLI code
The Ethernet retry loop in repeater and room server checked
hardwareStatus() and linkStatus() before calling Ethernet.begin(),
which always returned EthernetNoHardware since hardware detection
only happens during begin(). Extract shared Ethernet CLI code into
EthernetCLI.h to prevent future divergence. Also fix time_t type
mismatch in companion radio Ethernet init.
Co-Authored-By: Claude Opus 4.6 <[email protected] >
4 months ago
..
helpers
Fix Ethernet init checking hardwareStatus before begin() and deduplicate CLI code
4 months ago
Dispatcher.cpp
Merge pull request #1297 from ViezeVingertjes/feature/duty-cycle-token-bucket
5 months ago
Dispatcher.h
* Dispatcher::next_tx_time init fix
5 months ago
Identity.cpp
allow set prv.key from remote, validate new prv.key
6 months ago
Identity.h
* refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits)
5 months ago
Mesh.cpp
* refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits)
5 months ago
Mesh.h
* refactor of Contact/Client out_path_len (stored in files), from signed to unsigned byte (+2 squashed commits)
5 months ago
MeshCore.h
add get bootloader.ver command for nrf52
5 months ago
Packet.cpp
* bug fix: Packet::writeTo(), Packet::readFrom()
5 months ago
Packet.h
* CommonCLI: added "get/set path.hash.mode "
5 months ago
Utils.cpp
* Terminal Chat: "set ..." commands, save to "node_prefs" file, consistent with the other firmwares
1 year ago
Utils.h
* Terminal Chat: "set ..." commands, save to "node_prefs" file, consistent with the other firmwares
1 year ago