Skip to content

Commit

Permalink
updated default values of Cellular, APN to iot.1nce.net and Technolog…
Browse files Browse the repository at this point in the history
…y to NBIoT
  • Loading branch information
ftylitak committed May 31, 2024
1 parent f4f2c44 commit e434a8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions insighioNode/www/step-3-net-cellular.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
var protocol = Cookies.get("protocol")
var ipv = Cookies.get("ipversion")

setElemValue('input-cell-tech', Cookies.get("cell-tech"), "GSM")
setElemValue('input-apn', Cookies.get("cell-apn"), "internet")
setElemValue('input-cell-tech', Cookies.get("cell-tech"), "NBIoT")
setElemValue('input-apn', Cookies.get("cell-apn"), "iot.1nce.net")
setElemValue('input-band', Cookies.get("cell-band"), 20)

setRadioGroupValue('protocol', protocol !== undefined && protocol !== "" ? protocol : "mqtt")
Expand Down Expand Up @@ -184,4 +184,4 @@
</script>
</body>

</html>
</html>

0 comments on commit e434a8f

Please sign in to comment.