Ramb0t

Results 3 comments of Ramb0t

@pysco68 @ReanimatorRX I have the same board and issue. Close inspection shows the GT811 to be connected to I2C1 and not I2C2. I tried changing the code but no luck...

I had the same problem Seems to be because HttpWebRequest default timeout is 100 seconds. My fix was to add `client.Timeout = 3600000;` in RestSharpFactory.cs in `ExecuteForFilter` function See also:...

> > > > I had the same problem > > Seems to be because HttpWebRequest default timeout is 100 seconds. > > My fix was to add client.Timeout =...