Tom Janson
Tom Janson
I’ve implemented the same functionality (among other things) in #27 (I called it "automatic export", see [the README of that branch](https://github.com/rakeshpai/pi-gpio/blob/gpioutil-fs-hybrid/README.md)). Which hasn’t been merged yet – probably because no...
If I remember correctly (this was ~8 months ago), the automatic export was optional, enabled by a passing a boolean flag to the write method – so, effectively, the same...
@qrawl, @gausie Have you been using it so far without errors? Maybe we could get this merged after all.
It’s been a long time, let me try to remember. - The purpose of this PR was mainly moving away from quick2wire gpio-admin (see #25). - We had discussed moving...
Yes, good point @risingtiger. I wasn’t very familiar with JS when I wrote that. There are probably other possible improvements too. I won’t implement that since I don’t have a...
If `varSysPath` in [line 15 of `pi-gpio.js`](https://github.com/rakeshpai/pi-gpio/blob/gpioutil-fs-hybrid/pi-gpio.js#L15) is `"/sys/devices/virtual/gpio"`, then try changing that to the path you used: `"/sys/class/gpio"`. I don’t have a Pi 2 (nor have I used this...
I can confirm that this is still an issue. I fixed it by removing some of the panels, but it took me a while to figure out that that was...
@flefevre Just FYI you can use the keystore file with an empty password for Web3j, that works fine.
explore: http://opencsv.sourceforge.net/
Yes, I’ve thought about this, and maybe this could be achieved by simply adding an HTML view of the local version of the Leaflet map? This might even result in...