Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modular Sensors: Error when trying to add sht31d #20

Open
0-st opened this issue May 22, 2021 · 0 comments
Open

Modular Sensors: Error when trying to add sht31d #20

0-st opened this issue May 22, 2021 · 0 comments

Comments

@0-st
Copy link

0-st commented May 22, 2021

 Importing module; sht31d
Traceback (most recent call last):
  File "/Pigrow/scripts/gui/pigrow_remote.py", line 12322, in add_modular_sensor_click
    add_module_sensor = add_sensor_from_module_dialog(None)
  File "/Pigrow/scripts/gui/pigrow_remote.py", line 12429, in __init__
    self.InitUI()
  File "/Pigrow/scripts/gui/pigrow_remote.py", line 12448, in InitUI
    self.import_sensor_module()
  File "/Pigrow/scripts/gui/pigrow_remote.py", line 12660, in import_sensor_module
    exec('import ' + module_name + ' as sensor_module', globals())
  File "<string>", line 1, in <module>
  File "/Pigrow/scripts/gui/sensor_modules/sensor_sht31d.py", line 49
    sensor_location = ""
                        ^
IndentationError: unindent does not match any outer indentation level
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant