diff --git a/revolabs-flx_uc_1000/README.md b/revolabs-flx_uc_1000/README.md index d44d9b9..7f893c6 100644 --- a/revolabs-flx_uc_1000/README.md +++ b/revolabs-flx_uc_1000/README.md @@ -1,6 +1,6 @@ # revolabs flx UC1000 -found this device in a conference room, found the IP from an unauthenticated menu on the dialer, and it was accessible from the 'Guest' network. it also has USB ports, so potentially available without network access. +found this device in a conference room, found the IP from an unauthenticated menu on the dialer, which was accessible from the wireless 'Guest' network. it also has USB ports, so potentially available without network access. ## story time diff --git a/revolabs-flx_uc_1000/bf_login.rb b/revolabs-flx_uc_1000/bf_login.rb index a2ecaa7..f8848fa 100644 --- a/revolabs-flx_uc_1000/bf_login.rb +++ b/revolabs-flx_uc_1000/bf_login.rb @@ -36,7 +36,7 @@ def get_request(uri, pin) body << sprintf('', pin) body << '-----------------------------7da24f2e50046' - request.body = body.join("\n") + request.body = body.join("\r\n") request end