-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
WiFiC3: replace old build script #187
Conversation
Sure, I can get around to testing this week or the next. |
Suggested changes have been made. Thanks!
I see you removed esptool.py --chip esp32c3 -p /dev/ttyACM0 -b 230400 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 2MB 0x0 ESP32-C3.bin Note it fails early when initializing the module, but the Arduino driver doesn't detect that it just gets stuck. I tested scan and NTP. |
a665dee
to
5c7488d
Compare
I've tested the PR after the last changes with Arduino and WiFi is working. I've flashed the firmware using
|
639c6f9
to
607654d
Compare
@iabdalkader could you check if the produced binary is suitable for production?