mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Add serial logging for TX/RX packets
This commit is contained in:
parent
2b920dfed3
commit
77ab19153e
3 changed files with 22 additions and 3 deletions
|
|
@ -579,7 +579,7 @@ public:
|
|||
_cli(board, rtc, &_prefs, this), telemetry(MAX_PACKET_PAYLOAD - 4)
|
||||
{
|
||||
#ifdef BRIDGE_OVER_SERIAL
|
||||
bridge = new SerialBridge(BRIDGE_OVER_SERIAL, _mgr);
|
||||
bridge = new SerialBridge(BRIDGE_OVER_SERIAL, _mgr, &rtc);
|
||||
#endif
|
||||
memset(known_clients, 0, sizeof(known_clients));
|
||||
next_local_advert = next_flood_advert = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue