Files
espurna/code/test/build/config/secure_client.h
Maxim Prokhorov 82feb95daa test(build): configurable paths & .gitignore test caches
add one more level of directories for build config & its cache
replace test/pio_cache w/ test/build/cache
2025-06-08 22:07:56 +03:00

6 lines
191 B
C

#define SECURE_CLIENT SECURE_CLIENT_BEARSSL
#define MQTT_LIBRARY MQTT_LIBRARY_ARDUINOMQTT
#define OTA_CLIENT OTA_CLIENT_HTTPUPDATE
#define THINGSPEAK_USE_ASYNC 0
#define THINGSPEAK_USE_SSL 1