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 Apr 25, 2023. It is now read-only.
Hi there,
Yesterday was playing around with the newly built heimcontrol Yaay ! and discovered that the pi-gipio version that hemcontol.js uses does not support RPI model B+. Pins 29, 31, 32, 33, 35, 36, 37, 38 and 40 are missing from the dropdown. I fixed it locally by installing the latest pi-gpio version and adjusting the template but i think there could be better generic solution for plugin. I will have a look at jade templating (never used it b4) and will see if i can find out some solution that satisfies both RPI models. There should be way to query the version of the RPI and use that in if then statement.
Cheerz,
Guby
The text was updated successfully, but these errors were encountered:
As a slightly less elegant but quick fix, we could just add the extra pins and add "(Model B+ only)", i.e., exactly what you did just with an extra warning.
Hi there,
Yesterday was playing around with the newly built heimcontrol Yaay ! and discovered that the pi-gipio version that hemcontol.js uses does not support RPI model B+. Pins 29, 31, 32, 33, 35, 36, 37, 38 and 40 are missing from the dropdown. I fixed it locally by installing the latest pi-gpio version and adjusting the template but i think there could be better generic solution for plugin. I will have a look at jade templating (never used it b4) and will see if i can find out some solution that satisfies both RPI models. There should be way to query the version of the RPI and use that in if then statement.
Cheerz,
Guby
The text was updated successfully, but these errors were encountered: