Compiler Issue GatewayESP8266
-
Hello,
right know I'm trying to get my Wemos D1 mini configured as Wifi Gateway for pimatic.
I've used this instruction.
https://www.mysensors.org/build/esp8266_gateway
But i get stucked at the verfiy compile step.I get the following Error during compilation and don't know how to get rid of it:
error: previous declaration 'void ets_update_cpu_frequency(uint32_t)' here void ets_update_cpu_frequency(uint32_t ticks_per_us); ^ exit status 1 Fehler beim Kompilieren für das Board LOLIN(WEMOS) D1 R2 & mini.
I've tried the blink example and i also flashed (external) EasyESP.
So the Hardware it self is OK and working.
I know the issue disappears when the MySensors.h get commented out.Did someone know how to proceed?
Thanks
Free
-
@free118 see https://forum.mysensors.org/topic/9558/error-compiling-gateway-for-esp8266-node-mcu-1-0-e12
-
@mfalkvidd worked thanks a lot!
-
@free118 great. Thanks for reporting back!