Build environment: macOS
Moddable SDK version: 5.11.0
Target device: Moddable Two
Steps to Reproduce
Make the following changes to the manifest.json to build and install the app examples/io/audioin/levelmonitor. This is a modification to use unit mini pdm as a microphone.
Expected behavior
I exepect that app includes https://github.com/stc1988/moddable-unit_mini_pdm/blob/main/manifest.json, but it’s not working.
On the other hand, when written as follows, it works as expected.
{
"git": "https://github.com/stc1988/moddable-unit_mini_pdm.git",
"manifest": "manifest.json"
}
In the documentation, it says, “The default value of the ‘manifest’ property is ‘manifest.json’.” So is there a misunderstanding on my part?