added compile error for ESP8266
This commit is contained in:
parent
28260cbe77
commit
5247e12ae4
@ -1,6 +1,10 @@
|
||||
#pragma once
|
||||
#include "wled.h"
|
||||
|
||||
#ifndef ESP32
|
||||
#error This usermod does not support the ESP8266.
|
||||
#endif
|
||||
|
||||
#ifndef USERMOD_PWM_OUTPUT_PINS
|
||||
#define USERMOD_PWM_OUTPUT_PINS 3
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user