Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notices about AP creation and connection, another default channel in hostapd.conf #944

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ BE SURE THE FIRMWARE FITS YOUR DEVICE!
It will install our flash loader onto the ESP and connect to the access point created by your wifi adapter.
A backup of the original firmware will be automatically downloaded and stored locally.
You can then proceed to flash your desired firmware or revert to the stock firmware.

Notice 1: If you see that the execution stuck on the Starting AP, just stop the process and restart your OS.
In some cases it will help. Some AP creation troubles can be also overcome by unpluging ang pluging the adapter.

Notice 2: If you see the vtrust-flash WiFi network but cannot connect to it,
you faced the problem of jamming your WiFi adapter with many stronger devices around.
Try other WiFi channels (`scripts/hostapd.conf -> channel`) or other times of day.

3. Initial Configuration

Expand Down
3 changes: 2 additions & 1 deletion scripts/hostapd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ctrl_interface=hostapd_ctrl
ssid=vtrust-flash

# manually specify channel, as ACS may not work on some systems
channel=1
# if you see the vtrust-flash network but cannot connect to it, try other channels or other times of day
channel=6

# set log level to info to cut down on noise
logger_stdout_level=4