This commit is contained in:
e2002
2022-12-13 15:44:00 +03:00
parent 616fc1be01
commit 6c9b2651e3
6 changed files with 128 additions and 6 deletions

View File

@@ -9,6 +9,8 @@
#endif
enum audioMode_e { PLAYING, STOPPED };
enum playMode_e : uint8_t { PM_WEB=0, PM_SDCARD=1 };
struct audiorequest_t
{
uint16_t station;