Open pelikhan opened 5 years ago
great, thanks!
Not working for me, keep asking mbed
Make sure to pickup the latest pxt build >= 5.4.21
now yes, but same error
{
"name": "lora",
"version": "0.1.8",
"description": "Library for Lora",
"license": "MIT",
"files": [
"README.md",
"lora.cpp",
"lora.ts",
"shims.d.ts"
],
"testFiles": [
"test.ts"
],
"public": true,
"dependencies": {
"core": "*"
},
"testDependencies": {
"arduino-mkr1300": "*"
},
"installedVersion": "workspace:c965dd70-9447-403f-9564-ed88feecfd7d"
}
Run
Pxt clean Pxt build —local —force
work, thanks
Once you have the local build, you can do “pxt gdb”
I'm seeing that I start the compilation, but still use mbed
I'm seeing that it uses a previous version of pxt-core
You need Pxt-core 5.4.21 at least
5.4.21
In order to build locally, add a testDependency pointing to arduino-mkr1300 in pxt.json