mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 14:28:24 -04:00
remove extraneous print
This commit is contained in:
1 parent
901be0ae04
commit
c9ff1d9ad0
1 file changed
+1
-1
@@ -12,7 +12,7 @@ def onGPIOreceive(packet, interface):
|
||||
logging.debug(f"packet:{packet} interface:{interface}")
|
||||
hw = packet["decoded"]["remotehw"]
|
||||
gpioValue = hw["gpioValue"]
|
||||
print(f'mask:{interface.mask}')
|
||||
#print(f'mask:{interface.mask}')
|
||||
value = int(gpioValue) & int(interface.mask)
|
||||
print(f'Received RemoteHardware typ={hw["typ"]}, gpio_value={gpioValue} value={value}')
|
||||
interface.gotResponse = True
|
||||
|
||||
Reference in new issue
Block a user