* more experiments

This commit is contained in:
Scott Powell
2025-03-25 01:26:46 +11:00
parent 7bd7bfb14a
commit 8355543366
6 changed files with 112 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ public:
virtual float getLastSNR() const override;
float packetScore(float snr, int packet_len) override { return 0; }
uint32_t intID();
};
#if ESPNOW_DEBUG_LOGGING && ARDUINO