You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll take ownership of this one and formalise it a bit better.
This is relating to adding custom boards with extended name sets.
@peterpanstechland message:
in order to get the dts.ts.d autogenerated, you need to(this is what i did):
pxt clean
rm -Rf node_modules/pxt-common-packages
pxt link ../pxt-common-packages (this is after you have modified the configkeys.h)
pxt buidaldts (if you get some error about missing file in the built folder, I got this error when i did this, and then I tried run "pxt builddaldts" in the pxt-maker/node_modules/pxt-common-package/ first, then run this command again in the pxt-maker folder)
this should update the dts.ts.d files.
Hi there,
I'll take ownership of this one and formalise it a bit better.
This is relating to adding custom boards with extended name sets.
@peterpanstechland message:
in order to get the dts.ts.d autogenerated, you need to(this is what i did):
Short Version (updated):
The text was updated successfully, but these errors were encountered: