sTodo-m5paper-client/libraries/FastLED/examples/CompileTest/esp_8266_test.h
2025-06-30 21:41:49 +02:00

13 lines
No EOL
238 B
C

#pragma once
#include "FastLED.h"
void esp_8266_tests() {
#if FASTLED_USE_PROGMEM != 1
#error "FASTLED_USE_PROGMEM is not 1 for AVR"
#endif
#if SKETCH_HAS_LOTS_OF_MEMORY != 0
#error "SKETCH_HAS_LOTS_OF_MEMORY is not 0 for AVR"
#endif
}