added compile error for ESP8266

This commit is contained in:
Ardi Loot 2022-11-28 21:15:47 +02:00
parent 28260cbe77
commit 5247e12ae4

View File

@ -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