mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-20 01:45:55 +08:00
添加智能灯固件代码
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
menu "Example Configuration"
|
||||
|
||||
config SMTP_SERVER
|
||||
string "Mail Server"
|
||||
default "smtp.googlemail.com"
|
||||
help
|
||||
Target domain for the example to connect to.
|
||||
|
||||
config SMTP_PORT_NUMBER
|
||||
string "Mail port number"
|
||||
default "587"
|
||||
help
|
||||
Mail port number for the example to connect to.
|
||||
|
||||
config SMTP_SENDER_MAIL
|
||||
string "Sender email"
|
||||
default "sender.email@gmail.com"
|
||||
help
|
||||
Sender's Email address
|
||||
|
||||
config SMTP_SENDER_PASSWORD
|
||||
string "Sender password"
|
||||
default "password@123"
|
||||
help
|
||||
Sender's email password
|
||||
|
||||
config SMTP_RECIPIENT_MAIL
|
||||
string "Recipient email"
|
||||
default "recipient.email@gmail.com"
|
||||
help
|
||||
Recipient's email
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user