mirror of
https://github.com/ct-Open-Source/tuya-convert.git
synced 2026-03-02 14:44:12 +01:00
Cut hostapd.conf down to bare configuration Added hostapd ctrl interface Reduce log noise by specifying hostapd log level info Specify interface for hostapd by argument rather than config No password on vtrust-flash Updated smartconfig for no password
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
# interface file to control hostapd from tuya-convert
|
|
ctrl_interface=hostapd_ctrl
|
|
|
|
# our AP SSID
|
|
ssid=vtrust-flash
|
|
|
|
# manually specify channel, as ACS may not work on some systems
|
|
channel=1
|
|
|
|
# set log level to info to cut down on noise
|
|
logger_stdout_level=4
|