doc/polaris_pwk_1725cgld: add some notes regarding wifi

This commit is contained in:
Evgeny Zinoviev 2022-07-02 16:22:42 +03:00
parent 8aba7ef18f
commit 83304bca2c

View File

@ -236,4 +236,10 @@ $ grep -A1 -r "public byte getType()" .
./CmdWifiList.java- return -127;
```
See also class `com/syncleiot/iottransport/commands/CmdHardware`.
See also class `com/syncleiot/iottransport/commands/CmdHardware`.
## Other
- sometimes the device looses Wi-Fi connection (it can be seen in AP logs). So if you suffer from
frequent reconnects/disconnects, it's probably not a bug in protocol implementation but rather
a problem with your wireless environment or wifi stack on device itself.