We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cddd53 commit 75d20bfCopy full SHA for 75d20bf
README.md
@@ -22,6 +22,8 @@ python esp-idf/tools/idf.py menuconfig //make your modifications and save it a
22
// Copy the content from esp32-arduino-lib-builder/components/arduino/ to arduino-esp32/
23
24
./tools/copy-to-arduino.sh // Important: This file is modified that it replaces the files in the previously cloned arduino-esp32 repository!
25
+
26
+// Now you can commit and upload the changes in the arduino-esp32 library and then use your custom arduino-esp32 framework in platformio
27
```
28
29
### Use with Platformio (platformio.ini)
0 commit comments