Closed rei-vilo closed 5 years ago
Sending float numbers with Blynk fails with the MSP432RED 5.23.1 package, but works with the MSP432 3.8.0 package.
float
float p = random(220, 330) / 10.0; Blynk.virtualWrite(1, p); // °C
Might be related to #17.
This is the cause of #17 which has been fixed and verified with Blynk also.
Sending
float
numbers with Blynk fails with the MSP432RED 5.23.1 package, but works with the MSP432 3.8.0 package.Might be related to #17.