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.
 
 
 
 
Englebert d1d2c5c461 Fixed gyro + acc. Able to see the motor1,2,3 and 4 in the configurator page 3 years ago
..
gzip Fixed gyro + acc. Able to see the motor1,2,3 and 4 in the configurator page 3 years ago
src Fixed gyro + acc. Able to see the motor1,2,3 and 4 in the configurator page 3 years ago
README.md Added configurator gzip contents. This will save huge amount of streaming memory and flash space 3 years ago
upload.py Added configurator gzip contents. This will save huge amount of streaming memory and flash space 3 years ago

README.md

How to upload

This is to upload the web configurator to the device. In order to serve the html pages correctly. Below is the command to push the files to the ESP32 once is connected to the device via WiFi.

for i in $(ls gzip/*); 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