gemu2015 / Sonoff-Tasmota

Tasmota Fork TCS34725,PN532_i2,ccc1101 Moritz support,m5stack 4,7 epaper, hotplug drivers
GNU General Public License v3.0
24 stars 19 forks source link

'ShowSource' was not declared in this scope #8

Open AndyWo83 opened 5 years ago

AndyWo83 commented 5 years ago

Hello,

i would like use the Universal 4 with my Wemos D1 Mini to read my powermeters. But in Arduino i have a error message. How can I fix the error? ShowSource001

gemu2015 commented 5 years ago

as i use atom to compile i have no idea why this happens.

if you are able to compile the standard tasmota source with arduino IDE you may simply take over sml95 and TasmotaSerial folder (in lib). no other changes necessary .

AndyWo83 commented 5 years ago

Hmm, with the Tasmota 6.5.0.13, copy/paste the xsns_95 and your serial driver, everything is OK...

ShowSource002