Loading
Fix erase/unlock/lock returning falsy empty string
runCommand() returns the response message text after the OKAY prefix,
which is an empty string for bare OKAY responses. The controller
checks return values for truthiness, so empty string was treated as
failure. Await the command and explicitly return true instead.
Signed-off-by:
Jackeagle <jackeagle102@gmail.com>