OTA_URL safeguard (#18010)

This commit is contained in:
Jason2866 2023-02-20 22:36:34 +01:00 committed by GitHub
parent 3ce011c2ce
commit 84442dcd39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1198,6 +1198,14 @@
//#define FIRMWARE_IR // Create tasmota-ir with IR full protocols activated, and many sensors disabled
//#define FIRMWARE_MINIMAL // Create tasmota-minimal as intermediate firmware for OTA-MAGIC
/*********************************************************************************************\
* Safe guard when needed defines are not done in Platformio *
\*********************************************************************************************/
#ifndef OTA_URL
#define OTA_URL
#endif
/*********************************************************************************************\
* User configurable items override *
\*********************************************************************************************/