Mbed Blynk RBL BLE Nano, error when trying to run the code

You are not the only one to have incountered that error…

@vshymanskyy old code, library, etc., or something related to mbed?

“undefined identifier” error usually means a variable is not declared globally, but called outside the scope of its loop… but not sure how millis is affected as it is more a ‘command’ than a variable… or so I think :stuck_out_tongue: