mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-19 13:57:11 +00:00
- Claiming REST API paths and payloads changed. - Claiming Service server certificate name changed for consistency. - NVS value for MQTT Host given priority over the Config option. - Minor change to print message during an MQTT disconnect, mostly seen during the first connection post a claiming. - Some error prints improved to indicate the need of claiming.
10 lines
286 B
Makefile
10 lines
286 B
Makefile
COMPONENT_SRCDIRS := src
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
|
COMPONENT_PRIV_INCLUDEDIRS := src
|
|
|
|
ifndef CONFIG_ESP_RMAKER_SELF_CLAIM
|
|
COMPONENT_OBJEXCLUDE += src/esp_rmaker_claim.o
|
|
endif
|
|
|
|
COMPONENT_EMBED_TXTFILES := server_certs/mqtt_server.crt server_certs/claim_service_server.crt
|