Mark Smith
Mark Smith
The documentation at https://github.com/michaelrsweet/lprint/blob/master/DOCUMENTATION.md says: ``` Note: When you install the LPrint snap on Linux or the package on macOS, the server is automatically run as root. When you install...
I'm trying to fix the dithering problem that I'm sure most of your users are trying to fix. :-) Running Ubuntu 20.04 LTS, installed by `snap` on 2022-006-08 (today). This...
When I start a server as: ``` sudo /snap/bin/lprint server -o log-level=debug -o server-name=lprint.halibut.com ``` It still tries to use the autodetected hostname of `pan.local` and won't accept connections to...
``` Device 0 (VID=16c0 and PID=0476) is UNKNOWN in libmtp v1.1.17. Please report this VID/PID and the device model to the libmtp development team ``` These are Teensy Microcontrollers: https://www.pjrc.com/teensy/...
Sometimes, when joining wifi on boot, it just keeps writing `.` to the TFT and never succeeds. Be more graceful with wifi connection failures. * Timeout and retry? * Timeout...
### Pitch If Instance A and B both agree, allow them to stream each-others Local timeline to the other, and both display a combined Local timeline. ### Motivation We are...
This is a draft pull request so I can comment on the sum of two commits.
This change allows P1 wiring to go entirely to the front panel, and P3 to go entirely to the RF board. Without this, one wire on P1 goes to the...
Before submitting a problem please check the troubleshooting section https://docs.openmqttgateway.com/upload/troubleshoot.html **Describe the bug** OpenMQTTGateway on Heltec LoRa v2, never connects to Wifi. Reboot cycle. Summary: `WiFiSTA.cpp:317 begin() connect failed! 0x3007`...
See #491 The goal is to implement the Notification endpoint in the CDC ACM spec so we can send hardware flow control signals up to the host. ~~Draft for now....