Ag Primatic

Results 7 issues of Ag Primatic

I was having a problem with STALL messages in my HID device, and I traced it down to this: When USB_Device_ProcessControlRequest() is called, it first does the HID-specific EVENT_USB_Device_ControlRequest() processing....

When changing the Pool Heater set point with the curl command: `curl -X PUT -d '{"value":"84"}' "aqualink.local/api/Pool_Heater/setpoint/set"` It takes many seconds before the change is reflected in the status read...

Fixed compiler warning about type mismatch on sprintf field precision specifier argument (expected int, but http_msg->uri.len is size_t).

buf was overflowing in sprintf on line 1163 when passed /api/dynamicconfig (the whole string was 54 characters).

When trying to dump a HomeKit device with the command: hap-client-tool -d LUTRON-xxxxxxxx.local -p 4548 dump I get this message: Could not get LTPK for accessory xx:xx:xx:xx:xx where the Xs...

This speeds up the software SPI routines for AVR so that the GraphicsTest example code runs about 18% faster.

With my changes to Adafruit-GFX-library, Adafruit_SSD1306 now supports scrolling text. When text is written to the bottom of the screen and scrolling is enabled, the screen will scroll up one...