Skip to content

Commit

Permalink
Fix import for logging in Enviro Urban board definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Sep 4, 2022
1 parent 33dead6 commit 0686f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enviro/boards/urban.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from machine import Pin, ADC
from breakout_bme280 import BreakoutBME280
from pimoroni_i2c import PimoroniI2C
from enviro import logging
from phew import logging
from enviro import i2c

sensor_reset_pin = Pin(9, Pin.OUT, value=True)
Expand Down

0 comments on commit 0686f78

Please sign in to comment.