Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ void Init()
}
```

Firstly, you should call the setCalBack interface, and secondly, the Mars.init. Then, to initialize the Mars, there is to need to strictly follow the orders of the four commands. Finally, after Mars are initialized, onForeground and makesureLongLinkConnect can be called.
Firstly, you should call the setCallBack interface, and secondly, the Mars.init. Then, to initialize the Mars, there is to need to strictly follow the orders of the four commands. Finally, after Mars are initialized, onForeground and makesureLongLinkConnect can be called.

If you want to destroy STN or exit App:

Expand Down
2 changes: 1 addition & 1 deletion mars/comm/platform_comm.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ void SetWiFiIdCallBack(std::function<bool(std::string&)> _cb);
void ResetWiFiIdCallBack();

inline int getCurrNetLabel(std::string& netInfo) {
netInfo = "defalut";
netInfo = "default";
int netId = getNetInfo();

if (netId == kNoNet) {
Expand Down