energia / msp432r-core

MSP432 EMT core for the production silicon (RED LaunchPad only)
2 stars 5 forks source link

Workshop — Blynk fails to send float numbers #22

Closed rei-vilo closed 5 years ago

rei-vilo commented 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 p = random(220, 330) / 10.0;
    Blynk.virtualWrite(1, p); // °C

Might be related to #17.

robertinant commented 5 years ago

This is the cause of #17 which has been fixed and verified with Blynk also.