I am trying to compile ESPEasy R020 to mu ESP-12 modul.
But i get this Error:
Can i get some helpArduino: 1.6.5 (Windows 8.1), Board: "NodeMCU (ESP8266 ESP-12 Module), 80 MHz, 115200"
ESPEasy.ino: In function 'void loop()':
ESPEasy:367: error: 'sprintf_P' was not declared in this scope
Controller.ino: In function 'boolean Domoticz_getData(int, float*)':
Controller:8: error: 'sprintf_P' was not declared in this scope
Controller.ino: In function 'boolean sendData(byte, byte, int, byte)':
Controller:89: error: 'sprintf_P' was not declared in this scope
Controller.ino: In function 'boolean Domoticz_sendData(byte, int, byte)':
Controller:106: error: 'sprintf_P' was not declared in this scope
Controller.ino: In function 'boolean NodoTelnet_sendData(byte, int, byte)':
Controller:224: error: 'sprintf_P' was not declared in this scope
Controller.ino: In function 'void syslog(char*)':
Controller:305: error: 'sprintf_P' was not declared in this scope
Controller.ino: In function 'void MQTTMessage(String*, String*)':
Controller:442: error: 'sprintf_P' was not declared in this scope
Controller:466: error: 'sprintf_P' was not declared in this scope
Controller.ino: In function 'boolean ThingsSpeak_sendData(byte, int, byte)':
Controller:677: error: 'sprintf_P' was not declared in this scope
Controller.ino: In function 'boolean nodeVariableCopy(byte, byte)':
Controller:803: error: 'sprintf_P' was not declared in this scope
Controller.ino: In function 'void checkUDP()':
Controller:918: error: 'sprintf_P' was not declared in this scope
Serial.ino: In function 'void ExecuteCommand(char*)':
Serial:183: error: 'sprintf_P' was not declared in this scope
WebServer.ino: In function 'void handle_root()':
WebServer:113: error: 'sprintf_P' was not declared in this scope
WebServer.ino: In function 'void handle_config()':
WebServer:328: error: 'sprintf_P' was not declared in this scope
Wifi.ino: In function 'void WifiAPconfig()':
Wifi:10: error: 'sprintf_P' was not declared in this scope
Wifi.ino: In function 'void WifiAPMode(boolean)':
Wifi:29: error: 'sprintf_P' was not declared in this scope
Wifi.ino: In function 'boolean WifiConnect()':
Wifi:81: error: 'sprintf_P' was not declared in this scope
Multiple libraries were found for "LiquidCrystal_I2C.h"
Used: C:\Users\Allan\Documents\Arduino\libraries\LiquidCrystal_I2C
Not used: C:\Users\Allan\Documents\Arduino\libraries\LiquidCrystal
'sprintf_P' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
