Eric Devolder

Results 6 comments of Eric Devolder

Although I can agree with @VuiMuich that you could adapt the exercise, the source file assumes that everyone is used with the US grade system, and may present a challenge...

There is a pending pull request that could potentially solve this issue, as it seems to relate to a similar problem: Related issue is: #836 Pull request is: #841 Pull...

@neu-rah, I suppose you are referring to this sketch: `https://github.com/jarkman/ServoBox/blob/master/ServoBox.ino`, is that correct?

I'm facing the same issue, although my jails are base jails: ``` # iocage list -l +-----+--------+------+-------+------+------------------+------------------------+-----+----------+----------+ | JID | NAME | BOOT | STATE | TYPE | RELEASE |...

Define your `FIELD` as usual, and just disable it in your `setup()` function. ```c++ void setup() { ... // use index of your FIELD menu entry // e.g. in this...

I guess this issue can be closed now?