clixxclixx
clixxclixx

Reputation: 197

Is there an easy way to include helper files like bootstrap.min.js inside of my executable for an esp8266 server project?

I am using Visual Studio code with Arduino Core to program an esp8266. I have a server running on it, and I have been trying to find a way to package my Bootstrap styling files into the bin that I upload to the esp8266. I have tried esp-spiffs for vs code but there seems to be a bug preventing me from using it. I would also like to avoid the FTP server approach. Finally, the server will not have internet access, so I can not use a CDN link. I plan on rolling out a few deployments of the server, so having everything integrated is the ideal scenario. Thank you in advance for your assistance.

Upvotes: 0

Views: 44

Answers (0)

Related Questions