Quick note: there are a few spots that appear to not match the new file structure:
in main: line 15 from esp8266_i2c_lcd import I2cLcd > from SetUp.esp8266_i2c_lcd import I2cLcd
in read_temp: import platform_defs
I'm guessing this may be an issue throughout?
Quick note: there are a few spots that appear to not match the new file structure:
in main: line 15 from esp8266_i2c_lcd import I2cLcd > from SetUp.esp8266_i2c_lcd import I2cLcd
in read_temp: import platform_defs
I'm guessing this may be an issue throughout?