mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 22:36:12 +00:00
Update main.cpp
This commit is contained in:
@@ -23,7 +23,7 @@ void setup() {
|
||||
|
||||
byte error, address;
|
||||
int dev = 0;
|
||||
for (address = 1; address < 127; address++) {
|
||||
for (address = 0x1; address < 0x127; address++) {
|
||||
Wire.beginTransmission(address);
|
||||
error = Wire.endTransmission();
|
||||
if (error == 0) {
|
||||
|
Reference in New Issue
Block a user