Does ESP8684 Support Development with Arduino Library?

CadenMushroom
Posts: 3
Joined: Tue Sep 17, 2024 12:57 pm

Does ESP8684 Support Development with Arduino Library?

Postby CadenMushroom » Tue Sep 17, 2024 2:57 pm

Excuse me, does ESP8684 support development using the Arduino library? When I develop ESP8684 using the Arduino library in PlatformIO, an error code is displayed: "This chip is ESP32-C2 not ESP32. Wrong --chip argument?". :oops:

aliarifat794
Posts: 141
Joined: Sun Jun 23, 2024 6:18 pm

Re: Does ESP8684 Support Development with Arduino Library?

Postby aliarifat794 » Wed Sep 18, 2024 8:32 am

I think you have to specify this board in the platformio.ini file.

Code: Select all

[env:esp8684]
platform = espressif32
board = esp8684
framework = arduino

Who is online

Users browsing this forum: No registered users and 24 guests