diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-07-02 16:22:42 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-07-02 16:22:42 +0300 |
commit | 83304bca2c9ca5357abe600a29c5a99def246043 (patch) | |
tree | c9e348aff5c268551ac197cd843fe271ed3e032d | |
parent | 8aba7ef18fe74b45aff13ae95b81083bb655ac37 (diff) |
doc/polaris_pwk_1725cgld: add some notes regarding wifi
-rw-r--r-- | doc/polaris_pwk_1725cgld.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/polaris_pwk_1725cgld.md b/doc/polaris_pwk_1725cgld.md index e999f15..a999675 100644 --- a/doc/polaris_pwk_1725cgld.md +++ b/doc/polaris_pwk_1725cgld.md @@ -236,4 +236,10 @@ $ grep -A1 -r "public byte getType()" . ./CmdWifiList.java- return -127; ``` -See also class `com/syncleiot/iottransport/commands/CmdHardware`.
\ No newline at end of file +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.
\ No newline at end of file |