Florian

Results 35 comments of Florian

Simhub is very good supported and up to date. Please use the documentation of simhub to find an answer for your questions. Thank you

That would be interesting to know, but there is no marking on the pcb, in which direction the tantalum-capacitor has to be soldered.

> Hi @Metaln00b > I came across the same problem, that the SavvyCan application did not communicate with the Arduino. > Found an issue there, which seems to only affect...

Maybe the same problem ``` using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using MQTTnet; using MQTTnet.Client; using MQTTnet.Server; namespace Client.Client { public class ClientService { private readonly...

> @Metaln00b I guess, you need to tell the server to speak Mqtt version 5.0 as well if you tell the client to connect with it... Thank you for the...

Have you checked if it works better without ActiveFrameTime Lock? Because I have the problem especially in higher mode (I think with X+VSST). After disabling, it was better. Please try...

No problems on [64b634](https://github.com/ramapcsx2/gbs-control/commit/64b6348efc42ea5f44f202929853e29e95d3effd). @PSHarold So it seems to be a problem with the new OLED menu. ~~Could it perhaps be due to the font.h being removed?~~ Edit: I tried...

> Just uploaded [5293343](https://github.com/ramapcsx2/gbs-control/commit/5293343b2c253a35e85cc5b638431cfaab3ed813) to my unit again and no problems here, running Firefox and Brave on Linux. If i click on Print Info, nothing happens. I've used Brave and...

``` if (ESP.getFreeHeap() > 20000) { webSocket.broadcastTXT(&data, 1); } else { webSocket.disconnect(); } ``` Problem found. There is not enough heap available on my uC. I am running between 16000...

> Hi! > I recently upgraded to the new build using platformio. So much better than Arduino studio. > Although ever since new version, I had constant issues with GUI....