add new boards

This commit is contained in:
Terrence
2024-11-01 14:26:02 +08:00
parent a701d5918e
commit b0bc81b921
24 changed files with 451 additions and 146 deletions

View File

@@ -51,9 +51,10 @@ void Ml307Board::StartNetwork() {
}
void Ml307Board::StartModem() {
auto& display = Application::GetInstance().GetDisplay();
display.SetText(std::string("Starting modem"));
modem_.SetDebug(false);
modem_.SetBaudRate(921600);
StartNetwork();
auto& application = Application::GetInstance();
// If low power, the material ready event will be triggered by the modem because of a reset