Add serial logging for TX/RX packets

Cette révision appartient à :
João Brázio
2025-09-05 02:07:26 +01:00
Parent 2b920dfed3
révision 77ab19153e
3 fichiers modifiés avec 22 ajouts et 3 suppressions
+1 -1
Voir le fichier
@@ -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;