Added the cpp and platformio.ini

This commit is contained in:
Hannes
2025-10-20 20:04:58 +02:00
parent c4957e1b5d
commit c9c357e753
3 changed files with 71 additions and 0 deletions

View File

@@ -1,2 +1,15 @@
# esp32-simple-test
## IDE
### PlattformIO
A PlatformIO ```platformio.ini``` is included with the uncommented part being for an ```ESP-32D``` and the commented part for ```ESP32-C3```
### ArduinoIDE
You need to configure the ESP32 you are using. But keep in mind that for some the ```CDC_ON_BOOT``` may be disabled by default and needed to be renabled.
## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](./LICENSE) file for details.
### AI
Portions of this code were generated with the assistance of ChatGPT (OpenAI GPT-5).