-
Hi, I'm porting your code to an STM32H750XB. My screen on my board is 800x480, is it possible to change the resolution of the resize in the UDP_Webcam_Manager? Thanks for your help!
-
Since https://github.com/mumble-voip/mumble/pull/4209 has been merged (and will most likely be included in the Mumble 1.4.0 release) it would be nice to have the ability to transmit stereo audio imple…
iotku updated
2 years ago
-
Not completely sure what is happening, but I think `TRANSMIT` (or `(setf IOCTL)`) is broken. I get "message too long" errors from it, which I think are caused by it passing an address to `(setf ioctl)…
-
The workstations are only described with a string, which technically contains the type, but with the current implementation, users are required to string match to get the location type.
The old re…
-
I’ve built a simple circuit using just a GPS, HX1, and an antenna with the Uno R3. It does not appear to transmit any data as on the receiving end, the transmission is a short monotone beep.
-
Apparently in case of an API call I don't have access to the user's time zone (presumably not access to a cookie?). At least that is the case when Bridge calls (api call with no browser in involved). …
-
Since we already provide a way for users to download a CSV with lineage-specific statistics, we should add the HUNePi statistics to the relevant JSON data file and transmit these stats to the front-en…
-
Hi,
I'm student from Czech Republic working right now on my thesis where I'm trying to use this library. Whole application is written in Swift with SwiftUI. Everything works fine but when I'm attem…
-
Setup both a receiver and transmitter on a Pico.
`
// GPIO pin numbers
pin_manager_t my_pins = {
.sck = 6,
.copi = 4,
.cipo = 7,
.csn = 14,
.ce = 17
};
`
Bo…
-
Test script
```
debug::print("debug out");
str::printf("end");
```
The first single step will stop on line 1 as expected. Client sends `WRD_RequestStepInto`, server executes script and sends b…