Changed sensor number to 90

This commit is contained in:
Marius Bezuidenhout 2021-07-14 11:43:26 +02:00
parent 33ae473906
commit 425eb72305

View File

@ -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;