Philipp Mörchel

Results 3 issues of Philipp Mörchel

Add IgnoreCertificateRevocationErrors=true to MqttClientOptions. (see https://github.com/chkr1011/MQTTnet/issues/819) This fixes the connection to MQTT Brokers with Self Signed Certificates bug (#81, #260)

Hi, I wanted to set the blank time (TBL) and found in the code (TMCStepper.cpp) the following possible values: ```c void TMCStepper::blank_time(uint8_t value) { switch (value) { case 16: tbl(0b00);...

I'm getting a ConversionError when using datetime as x axes values in matplotlib. The used environment: ``` python -m nuitka --version 1.0.6 Commercial: None Python: 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022,...

bug
excellent_report