mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-06 16:27:12 +01:00
* Use generic typechecks, OTA add followRedirects * revamp using is_detected * relative include * mention ts draft instead, fix c++17 includes (still not buildable) * typo * Always create WiFiClient pointer * Remove old CREATE_CHECK macro * do not create wificlient obj when running old Core
4 lines
131 B
C
4 lines
131 B
C
#define SECURE_CLIENT SECURE_CLIENT_BEARSSL
|
|
#define MQTT_LIBRARY MQTT_LIBRARY_ARDUINOMQTT
|
|
#define OTA_CLIENT OTA_CLIENT_HTTPUPDATE
|