Skip to content

Commit

Permalink
fix: update pycom reset gpio
Browse files Browse the repository at this point in the history
update pycom reset gpio to 23
  • Loading branch information
shawaj authored Dec 31, 2022
1 parent 2db57f7 commit be09ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hm_pyhelper/hardware_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def is_raspberry_pi() -> bool:
'SPIBUS': 'spidev0.0',
'KEY_STORAGE_BUS': '/dev/i2c-10',
'SWARM_KEY_URI': 'ecc://i2c-10:96?slot=0',
'RESET': 17,
'RESET': 23,
'MAC': 'wlan0',
'STATUS': 22,
'BUTTON': 27,
Expand Down

0 comments on commit be09ff1

Please sign in to comment.