Change the logic of starting an FM network stream.

This commit is contained in:
Jonathan Naylor
2024-11-09 14:05:18 +00:00
parent a2f0d1c81c
commit 33f673e446
3 changed files with 3 additions and 12 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20241101";
const char* VERSION = "20241109";
#endif