Mark Spatz

Results 4 comments of Mark Spatz

For the record, it seems to be the last `send_feature_report` that actually wakes the display. Further, looking at the report descriptor, the size of the report is 1 byte. So...

I got around this by adding this at the top of my `extra_script.py` (edit: Exit() -> Return()) ``` Import("env") Import("pio_lib_builder") if not env.IsCompatibleLibBuilder(pio_lib_builder): Return() ``` IMO https://github.com/platformio/platformio-core/issues/3915#issuecomment-851050357 is a good...

Hi, lacking some context here but here's what I learned: `docker run --privileged` gives the container access to everything in the host's `/dev/`, but new device nodes created in the...