mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-16 20:39:23 -04:00
When passcode is passed as json string, each of digits needs to be parsed as separate character with std::atoi. Replaced the string with json array of integers to simplify decoding and avoid SO.