-
Notifications
You must be signed in to change notification settings - Fork 346
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
A fatal error occurred: This chip is ESP32-S3 not ESP32. Wrong --chip argument? #253
Comments
could be that it is a duplicate of #252
|
Hey there, it looks like you have the latest hardware which is V3 and uses the ESP32-S3. You will need to update to the latest arduino-esp32 (v3.0.2) and the latest Watchy library (v1.4.12). We'll be updating the official docs shortly. |
thanks for the fast answer
|
can confirm this error. I have the exact same one under the same circumstances |
You're probably still compiling against the older devboard. Happened to me too then once I "properly" switched (unfortunately not sure what I did initially wrong) it did work without any error, just a single warning. I did verify then upload and had it working, cf #252 (comment) |
I am also getting this error using the Arduino IDE 2.3.3 with esp32 version 3.0.2 installed and Watchy 1.4.12 on the latest crowdsupply hardware. The examples fail compilation with the errors seen above. One thing to note is in the "Board Revision" settings under tools there is no Watchy V3.0, only v1.0, v1.5 and v2.0. |
This works: Board: ESP32S3 Dev Module Hold both top buttons (back and up) for 4 seconds or more, then release the back button first, then the up button Hold both top buttons (back and up) for 4 seconds or more, then release the up button first, then the back button |
@celevra That works! I was able to both verify and upload the seven segment example. Thanks for sharing. |
Hi,
i've a new watchy and try to upgrade it to the newest firmware and change the weather location to get the right timezone.
i've installed esp32 v2.017, Arduino ESP32 Boards v2.0.13 and Watchy Lib 1.4.10 from the library manager.
i've selected the watchy board and Hardware v2.0
When i try to upload the compiled code i get the error:
A fatal error occurred: This chip is ESP32-S3 not ESP32. Wrong --chip argument?
but i have no glue how to change the chip argument, can you guide me in the right direction?
regards
The text was updated successfully, but these errors were encountered: