* PUSH_CODE_LOG_RX_DATA: is now just: {snr*4},{rssi},{raw-lora-packet}

Bu işleme şunda yer alıyor:
Scott Powell
2025-03-09 17:04:22 +11:00
ebeveyn 8f609524bd
işleme f77a6944f9
3 değiştirilmiş dosya ile 9 ekleme ve 11 silme
+2
Dosyayı Görüntüle
@@ -117,6 +117,8 @@ protected:
virtual DispatcherAction onRecvPacket(Packet* pkt) = 0;
virtual void logRxRaw(float snr, float rssi, const uint8_t raw[], int len) { } // custom hook
virtual void logRx(Packet* packet, int len, float score) { } // hooks for custom logging
virtual void logTx(Packet* packet, int len) { }
virtual void logTxFail(Packet* packet, int len) { }