Arian Suarez

Results 1 comments of Arian Suarez

I notice that in ~/.platformio/packages/framework-arduino-mbed/libraries/Nicla_System/src/Nicla_System.cpp the nicla::begin() function does not have a return statements. I fixed my issue by adding `return true;` on line 35.