Skip to content

Commit 0456074

Browse files
authored
Merge pull request #1 from karlp/updates-idf
Update for ESP RTOS v3.2 era.
2 parents 083e35d + f9eae7a commit 0456074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/NeoPixelBus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ License along with NeoPixel. If not, see
8585
#include "internal/NeoAvrMethod.h"
8686
#include "internal/DotStarAvrMethod.h"
8787

88-
#elif defined(CONFIG_TARGET_PLATFORM_ESP8266)
88+
#elif defined(CONFIG_TARGET_PLATFORM_ESP8266) || defined(CONFIG_IDF_TARGET_ESP8266)
8989

9090
#include "internal/NeoEsp8266RtosDmaMethod.h"
9191

src/internal/NeoEsp8266RtosDmaMethod.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ License along with NeoPixel. If not, see
2525

2626
#pragma once
2727

28-
#ifdef CONFIG_TARGET_PLATFORM_ESP8266
28+
#if defined(CONFIG_TARGET_PLATFORM_ESP8266) || defined(CONFIG_IDF_TARGET_ESP8266)
2929

3030
#include <esp_attr.h>
3131
#include <driver/gpio.h>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy