Checking in LEDE GUI for device registration; this was ported from the implementation...
[iot2.git] / others / lede-gui / src / main / res / values / constants.xml
diff --git a/others/lede-gui/src/main/res/values/constants.xml b/others/lede-gui/src/main/res/values/constants.xml
new file mode 100644 (file)
index 0000000..7c3de4a
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string  name="default_rssid">LEDE</string>
+    <string  name="default_rpwd">1qaz2wsx3edc</string>
+    <string  name="default_routerip">128.195.204.94</string>
+    <string  name="default_routeruser">root</string>
+    <string  name="change_default_script">/root/sentinel_setup/register/change_default_pw.sh</string>
+    <string  name="connect_device_script">/root/sentinel_setup/register/connect_device.sh</string>
+    <string  name="register_device_script">/root/sentinel_setup/register/register_device.sh</string>
+</resources>
\ No newline at end of file