Jesse Riemens
Jesse Riemens
Hi, I came across this issue: [Discussion on PIO Community](https://community.platformio.org/t/teensy-2-0-empty-project-has-include-errors/23985/16) What's happening: I am creating a clean teensy 2.0 project and IntelliSense gives this error:  The project does compile...
The flutter_gpiod package contains some print statements that aren't useful: ```dart print('before isolate.spawn'); Isolate.spawn( _eventIsolateEntry2, [ receivePort.sendPort, epollFd, ], onError: errorReceivePort.sendPort, debugName: 'flutter_gpiod event listener', ); print('after isolate.spawn'); ``` Can...
### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://cider.sh/legal/conduct) that this project adheres to. - [X] I have searched the [issue tracker](https://github.com/ciderapp/Cider-2/issues) for a bug report...
Add ci configuration that pushes the image automatically. Most of the build script is taken from the github template. This allows anyone to easily use the application without installing it...
To write to addresses above 247 libmodbus exposes the [modbus_enable_quirks](https://libmodbus.org/reference/modbus_enable_quirks/) function. This PR adds command line flags to enable these quirks.