mirror of
https://gitee.com/beecue/fastbee.git
synced 2026-02-06 00:55:57 +08:00
添加智能灯固件代码
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
menu "Example Configuration"
|
||||
|
||||
choice SNTP_TIME_SYNC_METHOD
|
||||
prompt "Time synchronization method"
|
||||
default SNTP_TIME_SYNC_METHOD_IMMED
|
||||
help
|
||||
Time synchronization method.
|
||||
|
||||
config SNTP_TIME_SYNC_METHOD_IMMED
|
||||
bool "update time immediately when received"
|
||||
config SNTP_TIME_SYNC_METHOD_SMOOTH
|
||||
bool "update time with smooth method (adjtime)"
|
||||
config SNTP_TIME_SYNC_METHOD_CUSTOM
|
||||
bool "custom implementation"
|
||||
endchoice
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user