claudeheintz / LXDMXWiFi_Library

Library for ESP8266 implements Art-Net and sACN with example DMX input/output to/from network
BSD 3-Clause "New" or "Revised" License
74 stars 17 forks source link

NeoPixel example: inconsistent function declaration #6

Closed he-leon closed 7 years ago

he-leon commented 7 years ago

Hi!

First of all, thank you for making this great lib available!

I seems that there's an inconsistent function declaration since the last commit: prototype for 'void DMXwifiConfig::readFromPersistentStore()' does not match any in class 'DMXwifiConfig' in the NeoPixel example.

I think uint8_t readFromPersistentStore(void); should be void readFromPersistentStore(void);

in examples/ESP-DMXNeoPixels/LXDMXWiFiConfig.h.

regards Leonhard