From 879104ef27d3ce9f470f85c2a12ca57350bb8404 Mon Sep 17 00:00:00 2001 From: Marcus Date: Wed, 6 Jan 2021 23:04:25 +0100 Subject: [PATCH] rename xdrv_92_pid.ino -> xdrv_48_pid.ino --- tasmota/{xdrv_92_pid.ino => xdrv_48_pid.ino} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename tasmota/{xdrv_92_pid.ino => xdrv_48_pid.ino} (99%) diff --git a/tasmota/xdrv_92_pid.ino b/tasmota/xdrv_48_pid.ino similarity index 99% rename from tasmota/xdrv_92_pid.ino rename to tasmota/xdrv_48_pid.ino index a887ae8f8..02a21067e 100644 --- a/tasmota/xdrv_92_pid.ino +++ b/tasmota/xdrv_48_pid.ino @@ -390,7 +390,7 @@ static void run_pid() * Interface \*********************************************************************************************/ -#define XDRV_92 92 +#define XDRV_48 48 bool Xdrv92(byte function) //bool XDRV_92(byte function) @@ -420,4 +420,4 @@ bool Xdrv92(byte function) return result; } -#endif // USE_TIMEPROP +#endif // USE_PID