Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload #18

Open
JPluess opened this issue Jan 25, 2019 · 8 comments
Open

Upload #18

JPluess opened this issue Jan 25, 2019 · 8 comments

Comments

@JPluess
Copy link

JPluess commented Jan 25, 2019

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?

@doctormord
Copy link
Owner

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
Copy link
Owner

doctormord commented Jan 27, 2019

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
Copy link
Owner

Palette related crashes are now fixed. See changelog.

@JPluess
Copy link
Author

JPluess commented Jan 28, 2019

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
Copy link
Author

JPluess commented Jan 28, 2019

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

@JPluess
Copy link
Author

JPluess commented Jan 28, 2019

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

@JPluess
Copy link
Author

JPluess commented Jan 28, 2019

how are the latest updats from mclightning implemented?

@doctormord
Copy link
Owner

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:

#18 (comment)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants