-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Redo ESP32 partitions.csv parsing #62
Conversation
(edit) - Updated version in "test2.zip" to ensure IDE doesn't cache old rev) @stef-ladefense, please exit the IDE, manually remove your current VSIX, and try the one attached in the ZIP file here. It parses the CSV you attached to the bug, or at least appears to do so for me. If you could report back that would be appreciated as I'm not a ESP32 user... |
e85e7fc
to
783f98e
Compare
Support comments ('#'), -K and -M modifiers, don't skip 1st line, and match on the "type" and note "name" fields. Match "LittleFS" type, too. Fixes #61
783f98e
to
347d5c5
Compare
hi @earlephilhower you are fast ! 👍🏻 the 1.3.0 version work with my worse example csv ;) LittleFS Filesystem Uploader v1.3.0 -- https://github.com/earlephilhower/arduino-littlefs-upload Sketch Path: D:\Arduino\ESP32_RadioWeb\ESP32S3_RadioWeb_0_66 Building LittleFS filesystem Uploading LittleFS filesystem Wrote 4063232 bytes (886280 compressed) at 0x00610000 in 28.2 seconds (effective 1152.6 kbit/s)... Leaving... Completed upload. 👍🏻 👍🏻 👍🏻 👍🏻 you are the best! |
just a detail Partitions: D:\Arduino\ESP32_RadioWeb\ESP32S3_RadioWeb_0_66\partitions.csv 0x9f0000 is not end but length |
Argh, thought your message was that it was working and this just missed the release. Is the generated FS proper or busted? I think it's broken and not the right size because the old code actually added fsStart to fsEnd before doing it's magic. |
#63 to fix |
Support comments ('#'), -K and -M modifiers, don't skip 1st line,
and match on the "type" and note "name" fields. Match "LittleFS"
type, too.
Fixes #61