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
{{ message }}
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.
Sorry for posting here, didn't see where to post on your Espruino fork. I am using it now with my Pinetime and am wondering if you have folded your SPI changes into Espruino master? They seem harmless and can even be #ifdef'd for specific devices. Any plan to merge?
The text was updated successfully, but these errors were encountered:
@bleedinge It's pretty easy... copy his P8 board file, change BTN1 from D17 to D13 (I also commented out the pinstate; not sure if that's significant), and I added a 'fake' BTN2 as 'BTN2' : { 'pin' : 'D15', 'pinstate' : 'IN_PULLUP' }, that last part just pulls D15 high which activates BTN1. I also changed the 'name', 'boardname', 'binaryname' and the BLUETOOTH_NAME_PREFIX to be 'Pinetime"
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sorry for posting here, didn't see where to post on your Espruino fork. I am using it now with my Pinetime and am wondering if you have folded your SPI changes into Espruino master? They seem harmless and can even be #ifdef'd for specific devices. Any plan to merge?
The text was updated successfully, but these errors were encountered: