Fionnán

Results 3 issues of Fionnán

- [x] **PlatformIO Core**. If you’ve found a bug, please provide an information below. ### Configuration **Operating system**: Host machine: Windows 10 Docker container: ``` FROM python:3.8.7-slim ENV DEBIAN_FRONTEND=noninteractive ENV...

help wanted
lib
integration

Fix for #24 where there is a missing key. If there is any reason to not have the option to store, the alternative is just adding: ``` @app.command() def ankify(...

This is a fix to issue #111 where if `HardwareSerial Serial` is not defined, `Adafruit_BusIO_Register.h` will not be able to find `Serial` and cause compilation to fail. The change only...