tobiasvogel

Results 5 comments of tobiasvogel

I compiled v. 0.4 from the master branch and tried with the same exact part as posted above but I still get the "ZipArchiveEmpty" error (Ubuntu 22.04.1 LTS, compiled natively,...

I would suggest extending the existing preprocessor macro instead of just duplicating code: ``` 576c576 < #elif defined(ethernet_h_) --- > #elif defined(ethernet_h_) || defined(UIPETHERNET_H) 1554c1554 < #if defined(ADAFRUIT_CC3000_H) || defined(ESP8266)...

I faced the same issue; using this minute change to aREST.h will fix the problem: ```diff aREST.h 576c576 < #elif defined(ethernet_h_) --- > #elif defined(ethernet_h_) || defined(UIPETHERNET_H) 1554c1554 < #if...

Hi @burak8758, I am not affiliated with the guys from IVMech, but I have written some fairly simple code in C++ using the bcm2835 library to control the ivport from...

[Manifest](https://github.com/tobiasvogel/QSwipeCheckbox/raw/master/extra/inqlude/qswipecheckbox.manifest)