-
Notifications
You must be signed in to change notification settings - Fork 252
Closed
Description
Uploading cfeNFNT to ESP8266 gives error
C:\Users\antho\moddable\modules\files\resource\Resource.c (43) # Break: Resource: Resource not found: sanfrancisco.dat!
in debugger
Changing manifest.json from
{
"include": [
"$(MODDABLE)/examples/manifest_base.json",
"$(MODDABLE)/examples/manifest_commodetto.json",
],
"modules": {
"~": "$(COMMODETTO)/cfeBMF",
"commodetto/parseNFNT": "$(COMMODETTO)/commodettoParseNFNT",
"*": [
"./main",
"$(COMMODETTO)/cfeNFNT",
]
},
"resources": {
"*": [
"./assets/chicago12",
]
},
}
to
{
"include": [
"$(MODDABLE)/examples/manifest_base.json",
"$(MODDABLE)/examples/manifest_commodetto.json",
],
"modules": {
"~": "$(COMMODETTO)/cfeBMF",
"commodetto/parseNFNT": "$(COMMODETTO)/commodettoParseNFNT",
"*": [
"./main",
"$(COMMODETTO)/cfeNFNT",
]
},
"resources": {
"*": [
"./assets/chicago12",
"./assets/sanfrancisco",
]
},
}
fixes the problem.
I am quite new to this.
Is this right?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels