ggsubs

Results 9 issues of ggsubs

"[email protected]" no longer works to establish a session under API 2 - user must be "guest". API version can be seen in the discovery response: "email:[email protected];ip:10.0.1.19;port:5222;uuid:88668b4c-e786-436b-bc24-f9a6f5509638;hubId:82;current_fw_version:1.1.8;host_name:Living Room;openApiVersion:2;minimumOpenApiClientVersionRequired:1;recommendedOpenApiClientVersion:1"

Feature request: Target devices by their unique ID, so that I can work with multiple devices connected at the same time, while allowing the USB port connections to change. The...

Current codebase does not support a single USB Midi device to be plugged into Daisy's OTG host. It is the feature request to add support and integrate into the midi...

User facing osc-specific parameters are not transmitted to MIDI and either changeable with control change messages. Given Shape and ShiftShape is sent/received from MIDI, developer expectations are to include the...

Feature Request

It appears timeout values for https:// are maxed out at 5000ms. Higher values are accepted but not acted on. All timeouts capped at 5 seconds.

The G2 I tested with is an LX100 variant, and during flash readback or programming, it drops Vref on the JTAG thus the programming fail. Has programming of the LX100...

The unused cs input was removed in boy.v and not followed up with removing it in pano_top.v and vbh_top.v in this commit: https://github.com/zephray/VerilogBoy/commit/3898733a7326644aca9bcd9ce5cc821187e9254f

INSTALL.md: Getting the dependencies to build the firmware (arm-none-eabi-gcc, arm-none-eabi-newlib) and not documented when targeting Pano G1. Listing the version tested with, and the source would be great. Not clear...

Add support for stick parity, in `uart_parity_t` as hardware already supports it through the STS bit in UART_UARTLCR_H_SPS. It will be useful for MP Mode (also called multiprocessor mode, multi-drop,...