Arduino IDE #148
-
Hope fully a simple question whats the best setup for Arduino IDE? Whats boards/drivers etc is required? and whats settings are used? Thank you in advance and apologies for the noob question... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This project uses Arduino CLI and is configured here https://github.com/esp32-si4732/ats-mini/blob/main/ats-mini/sketch.yaml Take a look at that file, it can help you figure out the necessary libraries and options for the IDE But using the CLI to compile the project is quite easy https://esp32-si4732.github.io/ats-mini/development.html#compiling-the-source-code |
Beta Was this translation helpful? Give feedback.
This project uses Arduino CLI and is configured here https://github.com/esp32-si4732/ats-mini/blob/main/ats-mini/sketch.yaml Take a look at that file, it can help you figure out the necessary libraries and options for the IDE
But using the CLI to compile the project is quite easy https://esp32-si4732.github.io/ats-mini/development.html#compiling-the-source-code