Files
tuya-convert/scripts/hostapd.conf
Colin Kuebler e3168b8339 Remove hostapd.conf writer from setup_ap, and instead include a static file
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
2019-10-12 16:07:46 -04:00

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