Trying to compile ESPEasy R020

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
asm7100
Normal user
Posts: 96
Joined: 13 Sep 2015, 21:45
Location: Denmark

Trying to compile ESPEasy R020

#1 Post by asm7100 » 13 Sep 2015, 22:21

Hi
I am trying to compile ESPEasy R020 to mu ESP-12 modul.
But i get this Error:
Arduino: 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.
Can i get some help :-)
5xESP-01 - 3xESP-12 - 2xESP-12E 3xRPIb+ - 1xBPIm1 - 3xACTi DOME - 7xACTi Indoor cam. Lot off cisco equ.

asm7100
Normal user
Posts: 96
Joined: 13 Sep 2015, 21:45
Location: Denmark

Re: Trying to compile ESPEasy R020

#2 Post by asm7100 » 14 Sep 2015, 11:41

Found out :-)
5xESP-01 - 3xESP-12 - 2xESP-12E 3xRPIb+ - 1xBPIm1 - 3xACTi DOME - 7xACTi Indoor cam. Lot off cisco equ.

xinort
New user
Posts: 1
Joined: 14 Oct 2015, 22:09

Re: Trying to compile ESPEasy R020

#3 Post by xinort » 14 Oct 2015, 22:11

I'm getting this error as well. How did you fix it?

stegley
New user
Posts: 5
Joined: 01 Nov 2015, 22:41

Re: Trying to compile ESPEasy R020

#4 Post by stegley » 01 Nov 2015, 22:44

I am having this exact issue, trying to compile code for an ESP-01.
How did you solve this please?

Arduino: 1.6.5 (Windows 8.1), Board: "Generic ESP8266 Module, 80 MHz, 115200, 512K"

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
'sprintf_P' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.

stegley
New user
Posts: 5
Joined: 01 Nov 2015, 22:41

Re: Trying to compile ESPEasy R020

#5 Post by stegley » 02 Nov 2015, 22:04

Reloaded ESP v0.9.5.2 firmware
Reinstalled Arduino 1.6.5 IDE
Reinstalled libraries from R020
Reloaded EasyESP.ino

Sorted. Thanks

Post Reply

Who is online

Users browsing this forum: No registered users and 15 guests