Update RFLink_ESP.ino

This commit is contained in:
Stef-aap 2020-04-26 14:16:25 +02:00 committed by GitHub
parent 7507d7b2ea
commit bdaf8c59b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// ESP8266: CPU Frequency 160 MHz, FS 1 MB
// ESP32 : CPU Frequency 240 MHz, FS 1 MB
// ****************************************************************************
// Version 3.2, 2020-04-23, SM
// Version 3.2, 2020-04-23, SM (RFLink_ESP_03)
// - added Email on (re-)start (at the moment this only works for ESP32)
// by a call to Restart_Email also a restart email for the ESP8266 can be send
// - added warning MQTT message on (re-)start
@ -80,7 +80,7 @@
// If the program is build by WebSettings, this block is the end of the program,
// in fact any program !!, and all programs are identical (except for build flags above)
// ****************************************************************************
#define Use_Web_Settings_Version
//#define Use_Web_Settings_Version
#ifdef Use_Web_Settings_Version
void setup() { Settings_Setup () ; }
void loop () { Settings_Loop () ; }