Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ESPAT-1934): Fixed that uart cannot work if upgrades from v2.0 to…
… v3.3 Reason: On v2.0.0.0 version, UART port configuration was not stored in flash. The UART port read from flash was actually an incorrect value, further resulting in UART malfunction. Fix: Set the default UART port, then read the UART port from flash. If it is valid, overwrite the default UART port.
- Loading branch information