mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 15:27:17 +00:00
OTA_URL safeguard (#18010)
This commit is contained in:
parent
3ce011c2ce
commit
84442dcd39
@ -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 *
|
||||
\*********************************************************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user