Open yngv27 opened 3 years ago
@yngv27 Sorry to hijack your posting. Could you please share how did you get your pinetime running with jeffmer's Espruino fork? Thx!
@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"
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?