Skip to content

Commit 0cb12a0

Browse files
committed
Fix typo in default settings
This typo causes the plugin to fail for new installations. If you have already configured it, these values are not used. Fixes #12
1 parent ab7daf4 commit 0cb12a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filament_scale_enhanced/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_template_configs():
3131
def get_settings_defaults():
3232
return dict(
3333
tare=8430152,
34-
refernce_unit=-411,
34+
reference_unit=-411,
3535
spool_weight=200,
3636
clockpin=21,
3737
datapin=20,

0 commit comments

Comments
 (0)