Skip to content

Commit 3f2c04c

Browse files
committed
base URL was wrong
1 parent 96fc2f8 commit 3f2c04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridger/meshtastic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class DeviceModel:
10-
device_hardware_path = "/device/hardware"
10+
device_hardware_path = "/resource/deviceHardware"
1111

1212
def __init__(self, session: ClientSession = None):
1313
self.session = session

0 commit comments

Comments
 (0)