dep-install.sh 248 B

12345
  1. #!/bin/bash
  2. cd ${HOME}/Arduino/libraries
  3. git clone https://github.com/me-no-dev/ESPAsyncWebServer.git ESPAsyncWebServer
  4. git clone https://github.com/me-no-dev/ESPAsyncTCP.git ESPAsyncTCP
  5. git clone https://github.com/me-no-dev/AsyncTCP.git AsyncTCP