-
• #2
What you're doing looks fine. What firmware are you using? I know that problem was present on older firmwares.
-
• #3
I cloned the project from github, and build myself, version is 2v04. I deleted some modules which I don't want in the build file. But Storage module still there.
-
• #4
If you had previous firmware, the storage module changed to allow longer file names. Completely erasing flash, or issuing a
require("Storage").eraseAll()
should fix the issue. -
• #5
You are right, Thank you again!
I run a example in STM32F4DISCOVERY board.
It's about Storage.
I copy codes into right-side IDE like this:
then I send and save into board.
But it make error like this
What's wrong with it?