Click here to Skip to main content
15,892,298 members
Articles / Internet of Things

Spiffsgen: A Code Generation Based Workaround for Lack of ESP32 SPIFFS Uploader Tool

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
22 Nov 2020MIT1 min read 4.8K   53  
This is a very specialized tool that generates source code to upload files into SPIFFS on an ESP32
This tool will create a C++ .ino file to flash to an ESP32. The .ino file contains other files embedded as arrays in source code, along with a stub that writes the embedded files to the SPIFFS filesystem, which it creates if necessary. The upshot is it's a guaranteed way to insert files into your flash because the File Uploader tool does not work properly with the ESP32.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions