code cleanup
This commit is contained in:
parent
61aaa929e3
commit
1de5ff4a4e
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ int wifi_setup(uint32_t country, const string &ssid, const string &pw, bool firs
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
int flashrate = 1000;
|
int flashrate = 1'000;
|
||||||
int status = CYW43_LINK_UP + 1;
|
int status = CYW43_LINK_UP + 1;
|
||||||
|
|
||||||
while (status >= 0 && status != CYW43_LINK_UP) {
|
while (status >= 0 && status != CYW43_LINK_UP) {
|
||||||
|
|
Loading…
Reference in a new issue