From 4dfaa17962271de81040130c690c9012345ed44e Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 9 Oct 2024 21:02:00 +0200 Subject: [PATCH] bugfix - TNX Joerg DL3QQ --- IP-rotator.ino | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/IP-rotator.ino b/IP-rotator.ino index da93b09..0353de0 100644 --- a/IP-rotator.ino +++ b/IP-rotator.ino @@ -24,6 +24,8 @@ along with this program. If not, see . Used MQTT-WALL, credit Adam Hořčica, is under MIT license, see https://github.com/bastlirna/mqtt-wall/blob/master/license.txt +Contributors: Joerg DL3QQ, Mark G4MEM + MQTT monitor mosquitto_sub -v -h 192.168.1.200 -t 'OK1HRA/ROT/#' mosquitto_sub -v -h 54.38.157.134 -t 'OK1HRA/1/ROT/#' @@ -111,7 +113,7 @@ Použití knihovny Wire ve verzi 2.0.0 v adresáři: /home/dan/Arduino/hardware/ */ //------------------------------------------------------------------------------------------------------- -const char* REV = "20240821"; +const char* REV = "20241009"; // #define CN3A // fix ip float NoEndstopHighZone = 0; @@ -1886,7 +1888,7 @@ void RunByStatus(){ case -2: { if(PWMenable==true){ if(abs(AzimuthTarget-Azimuth)<10){ - Status=3; + Status=-3; } }else{ if(abs(AzimuthTarget-Azimuth)<2){