From 425eb723054d970c935f8567420b4378d4999fd5 Mon Sep 17 00:00:00 2001 From: Marius Bezuidenhout Date: Wed, 14 Jul 2021 11:43:26 +0200 Subject: [PATCH] Changed sensor number to 90 --- tasmota/{xsns_89_mcp2515.ino => xsns_90_mcp2515.ino} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename tasmota/{xsns_89_mcp2515.ino => xsns_90_mcp2515.ino} (99%) diff --git a/tasmota/xsns_89_mcp2515.ino b/tasmota/xsns_90_mcp2515.ino similarity index 99% rename from tasmota/xsns_89_mcp2515.ino rename to tasmota/xsns_90_mcp2515.ino index f6ca4b873..8f37063a2 100644 --- a/tasmota/xsns_89_mcp2515.ino +++ b/tasmota/xsns_90_mcp2515.ino @@ -34,7 +34,7 @@ * VCC Vin/5V \*********************************************************************************************/ -#define XSNS_89 89 +#define XSNS_90 90 #include "mcp2515.h" @@ -245,7 +245,7 @@ void MCP2515_Show(bool Json) { * Interface \*********************************************************************************************/ -bool Xsns89(uint8_t function) +bool Xsns90(uint8_t function) { bool result = false;