• TMRh20's avatar
    ESP8266 Support per @crcastle · cd52d61b
    TMRh20 authored
    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
    cd52d61b
RF24_config.h 3.84 KB