Page 1 of 1

Does ESP8684 Support Development with Arduino Library?

Posted: Tue Sep 17, 2024 2:57 pm
by CadenMushroom
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:

Re: Does ESP8684 Support Development with Arduino Library?

Posted: Wed Sep 18, 2024 8:32 am
by aliarifat794
I think you have to specify this board in the platformio.ini file.

Code: Select all

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