All OpenWRT functionality moved to lua script
[weathermon.git] / weathermon.sh
diff --git a/weathermon.sh b/weathermon.sh
deleted file mode 100755 (executable)
index 3f42275..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-ARDUINO_PORT=`uci get weathermon.serial.port`
-BAUD=`uci get weathermon.serial.baud`
-stty -F $ARDUINO_PORT $BAUD
-
-while read LINE; do
-  weathermon.lua $LINE
-done < $ARDUINO_PORT