Deviot icon indicating copy to clipboard operation
Deviot copied to clipboard

Features/ Improvements for v2.3

Open gepd opened this issue 7 years ago • 4 comments
trafficstars

  • [ ] Interactive instructions for people who uses Deviot/PlatformIO for the first time
  • [ ] Integrate env_default when a project is opened/loaded in Deviot
  • [ ] Ask for a board when a new sketch is created #165
  • [ ] Make Use PlatformIO Structure a per-file setting. #165
  • [ ] Save monitor serial output in a file with the option to filter what will be stored #209
  • [ ] Improve Deviot output strings #209
  • [ ] Improve recognition of a PIO project (upload seed, extra libraries, and others)
  • [ ] Add SPIFFS option https://github.com/gepd/Deviot/issues/210#issuecomment-376107766

gepd avatar Feb 17 '18 17:02 gepd

Cool! I would like to add a feature if possible. Can we add, for ESP8226 (and higher?) an option to upload the data folder to SPIFFS. Data folder needs to be in SRC (or adjusted in platformio.ini)

It can be done with PIO like this pio run --target uploadfs. I can already use the PIO terminal in DEVIOT to do the same thing.

Booli avatar Mar 26 '18 09:03 Booli

Sure I can @Booli I'll try it that this week, it seems to be very easy to implement

Documentation: http://docs.platformio.org/en/latest/platforms/espressif8266.html#uploading-files-to-file-system-spiffs

gepd avatar Apr 01 '18 17:04 gepd

@Booli I've readed in the documentation that you have buildfs and uploadfs, do you need both commands?

gepd avatar Apr 26 '18 18:04 gepd

I think having access to both is nice, building the FS can take some time, and you don't want to do that always if you flash multiple NodeMCU for example.

Booli avatar May 08 '18 07:05 Booli