arduino-rx : generate Tx response

This commit is contained in:
Georgi Gerganov
2022-05-29 23:00:33 +03:00
parent 3c1afa9892
commit d752410c9c
3 changed files with 33 additions and 12 deletions

View File

@@ -364,8 +364,8 @@ public:
}
struct ToneData {
double freq_hz;
double duration_ms;
float freq_hz;
float duration_ms;
};
using Tones = std::vector<ToneData>;