Skip to content

Commit

Permalink
Fixing IP display issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Niedermaier committed Sep 26, 2024
1 parent 2608514 commit 4d5ece9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/hwio-raspberry/readI2Cpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
# print(listIp)
bus.write_i2c_block_data(address, 0x00, listIp)
elif countCheckIP > 100:
countCheckIP=0
countCheckIP=-1

countCheckIP = countCheckIP + 1

Expand Down

0 comments on commit 4d5ece9

Please sign in to comment.