ESP8266 Support per @crcastle
Per comments by @crcastle #125 add support for ESP8266 SOC devices 1. Redefine STATUS as NRF_STATUS 2. Add ESP8266 specific defines to Arduino config: #if defined (ARDUINO_ARCH_ESP8266) #include <pgmspace.h> #define PRIPSTR "%S" #define printf_P printf
Showing
Please register or sign in to comment