Responsive_LED_Control icon indicating copy to clipboard operation
Responsive_LED_Control copied to clipboard

Upload

Open JPluess opened this issue 6 years ago • 8 comments

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?

JPluess avatar Jan 25 '19 09:01 JPluess

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.

doctormord avatar Jan 25 '19 18:01 doctormord

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.

doctormord avatar Jan 27 '19 12:01 doctormord

Palette related crashes are now fixed. See changelog.

doctormord avatar Jan 27 '19 19:01 doctormord

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

JPluess avatar Jan 28 '19 20:01 JPluess

image 16 about deleting files, where would i be able to do so? does yours look different? thanks so much.

JPluess avatar Jan 28 '19 20:01 JPluess

if the files are not there could we send the upload page by default?

JPluess avatar Jan 28 '19 20:01 JPluess

how are the latest updats from mclightning implemented?

JPluess avatar Jan 28 '19 22:01 JPluess

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.

doctormord avatar Jan 30 '19 14:01 doctormord