mirror of
https://github.com/arendst/Tasmota.git
synced 2025-02-12 13:05:27 +00:00
Changed sensor number to 90
This commit is contained in:
parent
33ae473906
commit
425eb72305
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user