We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Newly flashed rpi0w always start in MANU mode due to 18a41f3
To Reproduce Steps to reproduce the behavior:
Expected behavior Start in AUTO mode
Environment (please complete the following information):
Additional context
Test should be:
if [[ $(ifconfig | grep usb0 | grep RUNNING) ]] || [[ -f /sys/class/net/eth0/carrier && !$(grep '1' /sys/class/net/eth0/carrier) ]]; then
need to test it on pi3, then I'll make a PR
The text was updated successfully, but these errors were encountered:
1306487
fix: fixed, refactored and centralized launchers logic (closes evilso…
c8d0ccc
…cket#473)
No branches or pull requests
Describe the bug
Newly flashed rpi0w always start in MANU mode due to 18a41f3
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Start in AUTO mode
Environment (please complete the following information):
Additional context
Test should be:
need to test it on pi3, then I'll make a PR
The text was updated successfully, but these errors were encountered: