add rt timeout, clean up code, add error checking for rdsencoder save, add rds eon af and remove stale values

This commit is contained in:
2025-04-05 13:48:51 +02:00
parent 5c84171497
commit 7b4706cf79
10 changed files with 159 additions and 109 deletions
+5 -1
View File
@@ -10,4 +10,8 @@
#define M_PI 3.14159265358979323846
#endif
#define M_2PI (M_PI * 2.0)
#define M_2PI (M_PI * 2.0)
#ifndef VERSION
#define VERSION "-.-"
#endif