Search found 1 match
- Tue Jun 27, 2023 6:03 am
- Forum: General Discussion
- Topic: Converting Arduino Project to ESP-IDF Project
- Replies: 3
- Views: 7717
Re: Converting Arduino Project to ESP-IDF Project
Not that simple but it's possible. I did-it because I needed options that weren't enabled in Arduino. You need to add Arduino as component then add libraries installed using library manager one by one. You also need to set the partitions if you use SPIFFS, that's the easy part. I ported a pretty com...