9 lines
325 B
Plaintext
9 lines
325 B
Plaintext
# Please input the wlan device to be used (most of the time it is wlan0 or wlan1)
|
|
WLAN=wlan0
|
|
|
|
# Here you could change the WIFI-name and password but most likely most scripts won't work after
|
|
# Because the WIFI-credentials are hardcoded in the esp8266-ota-flash-convert
|
|
AP=vtrust-flash
|
|
PASS=flashmeifyoucan
|
|
GATEWAY=10.42.42.1
|