Does ESP8684 Support Development with Arduino Library?
-
- Posts: 3
- Joined: Tue Sep 17, 2024 12:57 pm
Does ESP8684 Support Development with Arduino Library?
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?".
-
- Posts: 198
- Joined: Sun Jun 23, 2024 6:18 pm
Re: Does ESP8684 Support Development with Arduino Library?
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 196 guests