xoseperez / espurna

Home automation firmware for ESP8266-based devices
http://tinkerman.cat
GNU General Public License v3.0
2.98k stars 636 forks source link

Can't build: '_i2c_scl_frequency' was not declared in this scope #408

Closed xoseperez closed 6 years ago

xoseperez commented 6 years ago

Originally reported by: Marek Forkasiewicz (Bitbucket: fork04, GitHub: fork04)


lolin-ota - dev branch C:/Users/fork/espurna/code/espurna/i2c.ino: In function 'void i2cSetup()': C:/Users/fork/espurna/code/espurna/i2c.ino:377:5: error: '_i2c_scl_frequency' was not declared in this sc ope *** [.pioenvs\nodemcu-lolin-ota\src\espurna.ino.o] Error 1 [ERROR] Took 9.87 seconds Environment nodemcu-lolin-ota [ERROR]


define INFLUXDB_SUPPORT 1

define BH1750_SUPPORT 1

define BMX280_SUPPORT 1

xoseperez commented 6 years ago

Released with 1.12.1

xoseperez commented 6 years ago

Arg, I've been messy here. It's fixed now (commit da2c104). Thanks!