Hallo Nico,
vielen Dank für dein neues ESPEasy-Plugin.
Leider bekomme ich es einfach nicht kompiliert.
Arduino: 1.8.2 (Linux), Board: "WeMos D1 R2 & mini, 80 MHz, 921600, 4M (3M SPIFFS)"
In file included from /home/tom/Arduino/ESPEasy/_P124_NeoPixelBusFX.ino:80:0:
/home/tom/Arduino/libraries/FastLED/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.005
# pragma message "FastLED version 3.001.005"
^
In file included from /home/tom/Arduino/libraries/FastLED/FastLED.h:65:0,
from /home/tom/Arduino/ESPEasy/_P124_NeoPixelBusFX.ino:80:
/home/tom/Arduino/libraries/FastLED/fastspi.h:110:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output
# pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"
^
/home/tom/Arduino/ESPEasy/_P124_NeoPixelBusFX.ino: In function 'boolean Plugin_124(byte, EventStruct*, String&)':
_P124_NeoPixelBusFX:190: error: 'addFormNumericBox' was not declared in this scope
addFormNumericBox(string, F("Led Count"), F("plugin_124_leds"), Settings.TaskDevicePluginConfig[event->TaskIndex][0],1 ,999);
^
_P124_NeoPixelBusFX:199: error: 'getFormItemInt' was not declared in this scope
Settings.TaskDevicePluginConfig[event->TaskIndex][0] = getFormItemInt(F("plugin_124_leds"));
^
_P124_NeoPixelBusFX:565: error: 'PLUGIN_FIFTY_PER_SECOND' was not declared in this scope
case PLUGIN_FIFTY_PER_SECOND:
^
exit status 1
'addFormNumericBox' was not declared in this scope
Dieser Bericht wäre detaillierter, wenn die Option
"Ausführliche Ausgabe während der Kompilierung"
in Datei -> Voreinstellungen aktiviert wäre.
Woran könnte es liegen?
Danke & Gruß
Thomas