mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-06 23:05:53 +08:00
arduino-rx : generate Tx response
This commit is contained in:
@@ -364,8 +364,8 @@ public:
|
||||
}
|
||||
|
||||
struct ToneData {
|
||||
double freq_hz;
|
||||
double duration_ms;
|
||||
float freq_hz;
|
||||
float duration_ms;
|
||||
};
|
||||
|
||||
using Tones = std::vector<ToneData>;
|
||||
|
||||
Reference in New Issue
Block a user