arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
21.84k stars 4.75k forks source link

5.9.1d Compile problem #1193

Closed decologne closed 6 years ago

decologne commented 6 years ago

Theo, if I compile the last distribution there are some errors about new declaration and old declaration. xsns_bh1750:44: error: new declaration 'boolean Bh1750Detect()' boolean Bh1750Detect() ^ xsns_10_bh1750:48: error: ambiguates old declaration 'void Bh1750Detect()' void Bh1750Detect() etc.

arendst commented 6 years ago

Correct. You will have to remove the old file xns_bh1740. In fact I suggest to remove all files from sonoff folder and install new files from repository as many file names have changed ;-)