Craig Link
Craig Link
With the ability for klipper to support multiple MCUs, I'd like to see a product which was a small form factor mcu which just provided the connectivity to drive a...
for clarity and correctness, setting pinMode to INPUT for A1 which is used in only digitalReads by the FINDA elsewhere
### Board ESP32-S3-Matrix X1 ### Device Description Waveshared ESP32-S3-Matrix X1 ### Hardware Configuration no other devices ### Version v2.0.16 ### IDE Name PlatformIO ### Operating System Windows 11 ### Flash...
If you are open to it, I'd like to have these conditional compilation settings merged. For those of us with 6Pack External or 6x CNC Controllers there won't be any...
leverage custom esp32 WebServer library which conditionally compiles out Authentication code to match our ENABLE_AUTHENTICATION preprocessor definition usage. https://github.com/craiglink/arduino-esp32-libraries-WebServer/compare/release/v2.x...no-auth Additionally, it fixes a const array to be static const and...