firmware-base/vendor/sming/Sming/samples/Websocket_Client/component.mk
2026-01-28 16:42:43 +01:00

10 lines
200 B
Makefile

# Uncomment the option below if you want SSL support
#ENABLE_SSL=1
CONFIG_VARS += WS_URL
# Use wss: for secure connection
WS_URL ?= ws://127.0.0.1:8000
COMPONENT_CXXFLAGS += -DWS_URL=\"$(WS_URL)\"