Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 nodemcu-32s 微控制器,我在其上设置了一个简单的网络服务器,为 spiffs 目录提供服务。该项目使用platformio上传到ESP32。
我正在尝试从我的 esp 提供一个反应应用程序,但是反应应用程序构建目录的一些文件名对于 SPIFFS 来说太长了,它限制为 32 个字符。
所以我想知道,有没有办法增加这个字符限制?这样我的反应应用程序就可以适应它了吗?