mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Changed sensor number to 90
This commit is contained in:
parent
33ae473906
commit
425eb72305
@ -34,7 +34,7 @@
|
|||||||
* VCC Vin/5V
|
* VCC Vin/5V
|
||||||
\*********************************************************************************************/
|
\*********************************************************************************************/
|
||||||
|
|
||||||
#define XSNS_89 89
|
#define XSNS_90 90
|
||||||
|
|
||||||
#include "mcp2515.h"
|
#include "mcp2515.h"
|
||||||
|
|
||||||
@ -245,7 +245,7 @@ void MCP2515_Show(bool Json) {
|
|||||||
* Interface
|
* Interface
|
||||||
\*********************************************************************************************/
|
\*********************************************************************************************/
|
||||||
|
|
||||||
bool Xsns89(uint8_t function)
|
bool Xsns90(uint8_t function)
|
||||||
{
|
{
|
||||||
bool result = false;
|
bool result = false;
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user