Positioned warning after web link.

pull/113/head
Joe Prochazka 2016-02-22 23:28:28 -05:00
rodzic 2d68123a2e
commit 12d186db5c
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -46,9 +46,10 @@ echo "set the latitude and longitude of your feeder. If you do not know the"
echo "latitude and longitude of your feeder you can find out this information"
echo "by using Geocode by Address tool found on my web site."
echo ""
echo " https://www.swiftbyte.com/toolbox/geocode"
echo ""
echo "NOT SETTING LATITUDE AND LONGITUDE WILL BREAK THE RANGE PERFORMANCE GRAPH"
echo ""
echo " https://www.swiftbyte.com/toolbox/geocode"
echo -e "\033[37m"
read -p "Feeder Latitude: " FEEDERLAT
read -p "Feeder Longitude: " FEEDERLON