6 #define USE_SWITCH_ONOFF
10 #define MAXSTATIONS 10
11 #define STATION_NAME_LENGTH 30
12 #define STATION_URL_LENGTH 128
16 #if defined(CONFIG_IDF_TARGET_ESP32)
17 #ifdef USE_AUDIODISPLAY_GC9A01A
18 #warning "Compiling Display GC9A01A with Settings for ESP32"
65 #ifdef CONFIG_IDF_TARGET_ESP32S3
66 #ifdef USE_AUDIODISPLAY_GC9A01A
67 #warning "Compiling Display GC9A01A with Settings for ESP32-S3"
121 char name[STATION_NAME_LENGTH];
123 char url[STATION_URL_LENGTH];
144 class AudioModul :
public Switch_OnOff {
152 void begin(
const char* html_place,
const char* label,
const char* mqtt_name,
const char* keyword);
153 bool set(
const String& _cmnd,
const String& _val);
167 void html_upd_data();
168 void audio_set_mode(mymode_t new_mode);
172 #ifdef USE_AUDIO_RADIO
175 station_t audio_radio_station[MAXSTATIONS];
177 uint8_t audio_radio_cur_station;
180 void audio_radio_on();
183 void audio_radio_off();
186 void audio_radio_load_stations();
188 void audio_radio_save_stations();
time_t now
Eine Variable für Zeitinformationen.
Definition: main.h:115
void loop()
Die Hauptschleife.
Definition: main.cpp:564