Project

General

Profile

Action Item #1186

Updated by Hammel 12 days ago

The README.md tells how to clone repos.   
 I can switch this to use submodules for all remote repo dependencies. 
 Alternatively, I can just use a submodule for makeEspArduino and then have the user clone Arduino repos to external directories. 
 Also alternatively, I could have the user install the Arduino CLI and utilize that to install required libraries. 

 New links to be aware of: 
 # "Online programming tool from espressif":https://espressif.github.io/esptool-js/ (doesn't work on my box) 
 # "Arduino ESP Getting Started Guide":https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html 
 # "MakeESPArduino":https://github.com/plerup/makeEspArduino 
 # "ESPTool Releases":https://github.com/espressif/esptool/releases

Back