Responsive_LED_Control
Responsive_LED_Control copied to clipboard
Upload
is there a way to upload multiple files from pallets with a zip file? on mc-lighting i had an issue with a corrupted file that would give a crash. deleting single files was not possible so formatting spiffs, and reupload fixed it. would there be a better solution?
Deleting single files should work with the /edit editor, no? Zip upload is not implemented as the editor script don't have an unzip integrated.
I found a way to batchupload all the files within arduino with a plugin mentioned here: http://esp8266.github.io/Arduino/versions/2.0.0/doc/filesystem.html
Unfortunately this is not working via OTA/Networked COMport and needs a physical connection.
Palette related crashes are now fixed. See changelog.
hi i have just uploaded the file, it has some strange behaviour. I have used arduino ide that works to compile, in visual micro it wont compile and causes lots of errors. like: Responsive_LED.ino*: 145:53: error: 'struct EEPROMSettings' has no member named 'max_current
once uploaded this error happens alot; Error on websocket connect. for every 5 random clicks on buttons we get 1 error, sometime the controller freezes
about deleting files, where would i be able to do so? does yours look different? thanks so much.
if the files are not there could we send the upload page by default?
how are the latest updats from mclightning implemented?
hi i have just uploaded the file, it has some strange behaviour. I have used arduino ide that works to compile, in visual micro it wont compile and causes lots of errors. like: Responsive_LED.ino*: 145:53: error: 'struct EEPROMSettings' has no member named 'max_current
once uploaded this error happens alot; Error on websocket connect. for every 5 random clicks on buttons we get 1 error, sometime the controller freezes
I only use the Arduino IDE where it works without issues. Sorry, but i can't help with VisualMicro.
about deleting files, where would i be able to do so? does yours look different? thanks so much.
Right-click on a file, select "delete".
if the files are not there could we send the upload page by default?
Would guess, there's no redirect implemented in the webserver. Just use the bulk uploader plugin i refered to:
https://github.com/doctormord/Responsive_LED_Control/issues/18#issuecomment-457912593
how are the latest updats from mclightning implemented?
They aren't and most likely will not in the near future. Feel free to help here.