mirror of
https://github.com/espressif/openthread.git
synced 2026-08-15 23:27:47 +00:00
[sntp] initial implementation of sntp client (#3237)
This commit is contained in:
committed by
Jonathan Hui
parent
8f25db11cc
commit
4a89cc63b6
@@ -119,6 +119,10 @@ ifeq ($(SERVICE),1)
|
||||
configure_OPTIONS += --enable-service
|
||||
endif
|
||||
|
||||
ifeq ($(SNTP_CLIENT),1)
|
||||
configure_OPTIONS += --enable-sntp-client
|
||||
endif
|
||||
|
||||
ifeq ($(UDP_PROXY),1)
|
||||
configure_OPTIONS += --enable-udp-proxy
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user