No more need to manual reboot radio on tuner detection

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-02-11 19:27:18 +01:00
parent fe893b26c5
commit 1ab089d11d
4 changed files with 49 additions and 42 deletions
+1
View File
@@ -4,3 +4,4 @@ void Tuner_Init(const unsigned char *table);
bool Tuner_WriteBuffer(unsigned char *buf, uint16_t len);
bool Tuner_ReadBuffer(unsigned char *buf, uint16_t len);
bool Tuner_Table_Write(const unsigned char *tab);
void Tuner_Reset(void);