Wayne Keenan
Wayne Keenan
Add missing include for std::string. Although this library complies on Arduino ESP32 v1.0.6 board it does not compile on the latest (v2.0.2) Arduino ESP32 board. Arduino IDE: 1.8.15
Test case: Python: ```python from pythonosc import udp_client sender = udp_client.SimpleUDPClient('127.0.0.1', 4559) sender.send_message('/trigger/prophet', [0, 1, 2]) ``` Sonic Pi: ```ruby live_loop :foo do use_real_time a, b, c = sync "/osc/trigger/prophet"...
Hi, I going to be investigating a buffer overflow issue that I'm seeing on libopenhmd0 (0.2.0-3) on RaspberryPi Raspbian Stretch. I see the issue occurs with your Cython based bindings...
Hi, If I reload a page that has an active web socket connection then there is a crash at: https://github.com/chmorgan/libesphttpd/blob/master/util/cgiwebsocket.c#L149 Presumably the previous page's web socket is no longer valid...
Hi, I've been experimenting with godot 3.x and this plugin on a Raspberry Pi and moved onto godot 4.0. I wondered if a 4.0 version of this plugin was planned?...
Why doesn't the RP2040 `pins_arduino.h` contain the digital pin defines like the 33BLE? e.g. shouldn't this be in `.../mbed_nano/2.1.0/variants/NANO_RP2040_CONNECT/pins_arduino.h` ? ``` // Digital pins // ----------- #define D0 (0u) #define...
I've created a GitHub app with very permissive permissions, and only enabling `push` and `pull requests` events, as per the script comments. But there is a `keywords must be strings`...
It was reported that the HDMI rotation in config.txt has a performance impact. Proposed solution is to instead specify the rotation at the OpenGL ES level. Either in the Pi3D...