-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contributed/giphy app failed to launch #1258
Comments
Your step 1 above doesn't say how to modify the manifest. I did this to eliminate the "memory full" error: "creation":{
"static": 69152,
"chunk": {
"initial": 8192,
"incremental": 1024
},
"heap": {
"initial": 512,
"incremental": 64
},
"stack": 360
} This is necessary because of esp32 manifest changes to support PSRAM. There is one other problem. ESP-IDF v5 does't allow calling |
Update now available. |
Sorry. Step1 is modification in config section. I updated my branch to e95cde0 and successed to launch giphy app, but got an error message at
|
You didn't indicate the build target that you used. You indicate two possibilities above. I believe As a test, please try modifying
Does that help? |
I modified
FYI, This app worked with |
Build environment: macOS
Moddable SDK version: 1918979
Target device: M5stack, M5stack core2
Steps to Reproduce
mcconfig -d -m -p esp32/m5stack
Other information
release instrumented build
mcconfig -i -m -p esp32/m5stack
shows error.The text was updated successfully, but these errors were encountered: