Remove sine table lookup from proc_ook (#3201)

This commit is contained in:
Synray
2026-06-12 07:26:13 -07:00
committed by GitHub
parent e2586ceb22
commit a93f2ff583
3 changed files with 6 additions and 21 deletions
-2
View File
@@ -46,8 +46,6 @@ class OOKProcessor : public BasebandProcessor {
uint16_t bit_pos{0};
uint8_t cur_bit{0};
uint32_t sample_count{0};
uint32_t tone_phase{0}, phase{0}, sphase{0};
int32_t tone_sample{0}, sig{0}, frq{0};
TXProgressMessage txprogress_message{};