You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
README.md
How to upload
This is to upload sounds to the device. In order to speak correctly. Below is the command to push the files to the M5Core2 once is connected to the device via WiFi.
for i in $(ls *.mp3); do echo "Pushing [$i]...."; ./upload.py http://192.168.1.1/webupload $i; done
How to delete
To delete it is easy: curl -s http://192.168.1.1/erase?filename=the_filename