* PASS1-102: Fix backwards microSD issue
Found that `ErrorCode` in `SD_HandleTypeDef` was not reset after a failure.
Updated `HAL_SD_Init()` to reset it before attempting initialization.
* Update user messaging for found/not found case of Verify Address
Fix bug with trailing space at end of line in `word_wrap()`
* Strip ever time through the loop