mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 15:42:20 +03:00
Merge branch 'ver4dev'
This commit is contained in:
@@ -43,7 +43,6 @@ class Mcp23017 : public IoTItem, IoTGpio {
|
||||
void* getAPI_Mcp23017(String subtype, String param) {
|
||||
if (subtype == F("Mcp23017")) {
|
||||
String addr;
|
||||
uint8_t deviceAddress[1];
|
||||
jsonRead(param, "addr", addr);
|
||||
Serial.printf("deviceAddress %s = %02x \n", addr.c_str(), hexStringToUint8(addr));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user