* new targets: Xiao_C3_repeater_sx1262, _sx1268

This commit is contained in:
Scott Powell
2025-01-18 21:45:47 +11:00
parent 4bf7d7d58f
commit f1ab110ae1
5 changed files with 198 additions and 9 deletions

View File

@@ -21,8 +21,8 @@ public:
uint32_t getPacketsRecv() const { return n_recv; }
uint32_t getPacketsSent() const { return n_sent; }
float getLastRSSI() const override;
float getLastSNR() const override;
virtual float getLastRSSI() const override;
virtual float getLastSNR() const override;
};
/**