Darren Jones
Darren Jones
I can see from the html `Form` elements that it sends a valid number between 1-13 for the channel (Default 6) and the `ip` parameter with default of `172.30.1.1`. I'm...
@gratjetost That is exactly what it is using. It is setting the local access which in turns reboots the ECU. I've just proxied the requests, and it seems the IP...
I think you’re mistaken. The WLAN and LWA aren’t 2 options of one or the other. WLAN is a tab that lets you set which WiFi to connect to, and...
You’re not selecting one or the other! The web interface has 2 tabs. One sets the WiFi settings that the ECU connects to, and the other sets the local wireless...
I've noticed after writing data in cells used in a formula, I need to click into the formula and hit enter for it to calculate. Did you find a fix...
It seems that cells with formula also need a value entering. So if you first add the calculated value, then add the formula the value will be displayed when you...
I got this working. You need to use the `.vision` message param and not `.string`. ```swift guard let imageData = image.jpegData(compressionQuality: 1.0) else { return } let imgParam = ChatQuery.ChatCompletionMessageParam.ChatCompletionUserMessageParam(content:...
> @nostradani, I didn't even need to copy the app, after building it in Xcode I just got a System Settings notification and enabled it: It’ll be in your Xcode...
I've created a partial fix with PR #1060 Although it still doesn't bring back my old entity names, it does go some way to prevent any collisions if this occurs...
I'm also seeing this crash on iPad when presenting from a `UITableViewCell`