Error that I am getting today on the code already compiled on V0.2.3.
In file included from …/inc/spark_wiring.h:30:0,
from …/inc/application.h:29,
from tcp-tinker.cpp:65:
…/…/core-common-lib/SPARK_Firmware_Driver/inc/config.h:12:2: warning: #warning “Defaulting to Release Build” [-Wcpp]
#warning “Defaulting to Release Build”
^
tcp-tinker.cpp:72:0: warning: “DEBUG” redefined [enabled by default]
void initializePin();
^
In file included from …/inc/spark_wiring.h:32:0,
from …/inc/application.h:29,
from tcp-tinker.cpp:65:
…/…/core-common-lib/SPARK_Firmware_Driver/inc/debug.h:77:0: note: this is the location of the previous definition
#define DEBUG(fmt, …)
^
tcp-tinker.cpp:222:1: error: ‘WiFi_Status_TypeDef’ does not name a type
unsigned long lastms;
^
tcp-tinker.cpp: In function ‘void initializePin()’:
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘int32_t {aka long int}’ [-Wformat=]
// read the pin state fron the EEPROM Emulator
^
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 7 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 8 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 9 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 10 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 11 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 12 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 13 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 14 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 15 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 16 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 17 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 18 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 7 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 8 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 9 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 10 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 11 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 12 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 13 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 14 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 15 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 16 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 17 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:403:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 18 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp: In function ‘void setup()’:
tcp-tinker.cpp:447:36: warning: ‘IPAddress NetworkClass::localIP()’ is deprecated (declared at …/inc/spark_wiring_network.h:36): Please use WiFi.localIP() instead [-Wdeprecated-declarations]
^
tcp-tinker.cpp: In function ‘void processInput()’:
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘int32_t {aka long int}’ [-Wformat=]
Serial.println(pin, DEC);
^
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 7 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 8 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 9 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 10 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 11 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 12 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 13 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 14 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 15 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 16 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 17 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 18 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 7 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 8 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 9 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 10 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 11 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 12 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 13 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 14 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 15 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 16 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 17 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:558:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 18 has type ‘int32_t {aka long int}’ [-Wformat=]
tcp-tinker.cpp:457:23: warning: unused variable ‘type’ [-Wunused-variable]
^
tcp-tinker.cpp:457:29: warning: unused variable ‘speed’ [-Wunused-variable]
^
tcp-tinker.cpp:457:36: warning: unused variable ‘address’ [-Wunused-variable]
^
tcp-tinker.cpp:457:45: warning: unused variable ‘stop’ [-Wunused-variable]
^
tcp-tinker.cpp:457:51: warning: unused variable ‘len’ [-Wunused-variable]
^
tcp-tinker.cpp: In function ‘void loop()’:
tcp-tinker.cpp:868:5: error: ‘WiFi_Status_TypeDef’ was not declared in this scope
client = server.available();
^
tcp-tinker.cpp:868:25: error: expected ‘;’ before 'current_wifi_status’
client = server.available();
^
tcp-tinker.cpp:869:8: error: ‘current_wifi_status’ was not declared in this scope
}
^
tcp-tinker.cpp:869:31: error: ‘WIFI_ON’ was not declared in this scope
}
^
tcp-tinker.cpp:887:6: error: ‘WiFi_Status_TypeDef’ was not declared in this scope
^
tcp-tinker.cpp:887:26: error: expected ‘;’ before ‘current_wifi_status’
^
tcp-tinker.cpp:888:9: error: ‘current_wifi_status’ was not declared in this scope
^
tcp-tinker.cpp:888:32: error: ‘WIFI_ON’ was not declared in this scope
^
tcp-tinker.cpp:895:17: error: ‘class WiFiClass’ has no member named ‘status’
// myTimer.end();
^
tcp-tinker.cpp:901:41: warning: ‘uint32_t NetworkClass::ping(IPAddress)’ is deprecated (declared at …/inc/spark_wiring_network.h:41): Please use WiFi.ping() instead [-Wdeprecated-declarations]
RGB.color(255, 0, 0);
^
tcp-tinker.cpp: In function ‘int psDigitalWrite(String)’:
tcp-tinker.cpp:957:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘int32_t {aka long int}’ [-Wformat=]