mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-23 22:37:16 +00:00
Merge pull request #14481 from s-hadinger/fix_minicustom32
Fix to allow compilation of minicustom32
This commit is contained in:
commit
342af3d466
@ -28,7 +28,6 @@
|
||||
#ifdef ESP32
|
||||
#include "tasmota_options.h"
|
||||
|
||||
#ifdef USE_BERRY
|
||||
#include <Arduino.h>
|
||||
|
||||
#ifdef HTTPCLIENT_1_1_COMPATIBLE
|
||||
@ -1504,5 +1503,4 @@ const String &HTTPClientLight::getLocation(void)
|
||||
{
|
||||
return _location;
|
||||
}
|
||||
#endif // USE_BERRY
|
||||
#endif // ESP32
|
||||
|
@ -17,6 +17,10 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#if defined(ESP32) && defined(USE_WEBCLIENT_HTTPS)
|
||||
#include "HttpClientLight.h"
|
||||
#endif
|
||||
|
||||
const char kSleepMode[] PROGMEM = "Dynamic|Normal";
|
||||
const char kPrefixes[] PROGMEM = D_CMND "|" D_STAT "|" D_TELE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user