Asela Fernando
Asela Fernando
Trying with latest Raspbian (Bookworm) aarch64 with x86 wine 8.0.2 On Bullseye with wine 8.0.2 this error is not present. Confirmed Bookworm and wine 7.0.2 does not have this error...
Yep that makes sense, I have modifed the code so now MediaManager is the interface to the message bus. ```MediaManager::mediaPosition quint32``` and ```MediaManager::mediaTrack QVariantMap``` are the two messages. Just tested...
I changed the messages to ```MediaInput::position quint32``` and ```MediaInput::track QVariantMap``` to be more consistent with the existing
I use a Globalsat BU353 USB GPS receiver I had left over from when I used to have a CarPC in the car running windows haha I modified the android...
Rather than a low_energy configuration option, it should use a version parameter as suggested here https://github.com/esphome/esphome/pull/7551
@SaschaKP I tested the code with an ESP8266 and Tuya v0 MCU in a PIR sensor and it works well. I did make some changes which I have created a...
The fact there is no refresh token provided with Oauth2 and JWT should not stop this from working. As seen in the debug log, rclone is able to refresh a...
I got rclone to a point where it isnt refreshing the token at all I tried a simple rclone mkdir box_enc_ch:test I saw it is requesting it from box but...
That worked! (tested on 1.64-DEV)
Ah looks like I spoke to soon, whilst now doing smaller transactions (like making/listing directories) works, longer running transactions like an upload over the 1 hr mark still does not...