Skip to content

Instantly share code, notes, and snippets.

@eliabieri
Created November 13, 2015 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliabieri/12b70bb04407e998f935 to your computer and use it in GitHub Desktop.
Save eliabieri/12b70bb04407e998f935 to your computer and use it in GitHub Desktop.
```
In file included from /Users/eliabieri/Documents/Arduino/libraries/RF24/RF24.h:18:0,
from Color_Lamp.ino:5:
/Users/eliabieri/Documents/Arduino/libraries/RF24/RF24_config.h:119:0: warning: "PSTR" redefined [enabled by default]
#define PSTR(x) (x)
^
In file included from /Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/cores/esp8266/WString.h:29:0,
from /Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/cores/esp8266/IPAddress.h:24,
from /Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/libraries/ESP8266WiFi/src/ESP8266WiFi.h:31,
from Color_Lamp.ino:1:
/Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/cores/esp8266/pgmspace.h:18:0: note: this is the location of the previous definition
#define PSTR(s) (__extension__({static const char __c[] PROGMEM = (s); &__c[0];}))
^
In file included from /Users/eliabieri/Documents/Arduino/libraries/RF24/RF24.h:18:0,
from Color_Lamp.ino:5:
/Users/eliabieri/Documents/Arduino/libraries/RF24/RF24_config.h:123:0: warning: "strlen_P" redefined [enabled by default]
#define strlen_P strlen
^
In file included from /Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/cores/esp8266/WString.h:29:0,
from /Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/cores/esp8266/IPAddress.h:24,
from /Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/libraries/ESP8266WiFi/src/ESP8266WiFi.h:31,
from Color_Lamp.ino:1:
/Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/cores/esp8266/pgmspace.h:63:0: note: this is the location of the previous definition
#define strlen_P(strP) strnlen_P((strP), SIZE_IRRELEVANT)
^
In file included from /Users/eliabieri/Documents/Arduino/libraries/RF24/RF24.h:18:0,
from Color_Lamp.ino:5:
/Users/eliabieri/Documents/Arduino/libraries/RF24/RF24_config.h:124:0: warning: "PROGMEM" redefined [enabled by default]
#define PROGMEM
^
In file included from /Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/cores/esp8266/WString.h:29:0,
from /Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/cores/esp8266/IPAddress.h:24,
from /Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/libraries/ESP8266WiFi/src/ESP8266WiFi.h:31,
from Color_Lamp.ino:1:
/Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/cores/esp8266/pgmspace.h:15:0: note: this is the location of the previous definition
#define PROGMEM ICACHE_RODATA_ATTR
^
In file included from /Users/eliabieri/Documents/Arduino/libraries/RF24/RF24.h:18:0,
from Color_Lamp.ino:5:
/Users/eliabieri/Documents/Arduino/libraries/RF24/RF24_config.h:125:0: warning: "pgm_read_byte" redefined [enabled by default]
#define pgm_read_byte(addr) (*(const unsigned char *)(addr))
^
In file included from /Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/cores/esp8266/WString.h:29:0,
from /Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/cores/esp8266/IPAddress.h:24,
from /Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/libraries/ESP8266WiFi/src/ESP8266WiFi.h:31,
from Color_Lamp.ino:1:
/Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/cores/esp8266/pgmspace.h:77:0: note: this is the location of the previous definition
#define pgm_read_byte(addr) \
^
In file included from /Users/eliabieri/Documents/Arduino/libraries/RF24/RF24.h:18:0,
from Color_Lamp.ino:5:
/Users/eliabieri/Documents/Arduino/libraries/RF24/RF24_config.h:126:0: warning: "pgm_read_word" redefined [enabled by default]
#define pgm_read_word(p) (*(p))
^
In file included from /Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/cores/esp8266/WString.h:29:0,
from /Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/cores/esp8266/IPAddress.h:24,
from /Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/libraries/ESP8266WiFi/src/ESP8266WiFi.h:31,
from Color_Lamp.ino:1:
/Users/eliabieri/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1160-gef26c5f/cores/esp8266/pgmspace.h:86:0: note: this is the location of the previous definition
#define pgm_read_word(addr) \
^
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment