AronHetLam / ATEM_tally_light_with_ESP8266

Wireless tally light for use with ATEM switchers, which connects over WiFi, using an ESP WiFi module.
GNU General Public License v3.0
153 stars 39 forks source link

Fix Arduino IDE compilation + esp8266 core version #94

Closed AronHetLam closed 10 months ago

dmitrylive commented 10 months ago

I have a problem compiling new code. It gives an error, but I don’t understand how to fix it. Screenshot 2023-10-30 at 18 41 47

The old version of the code works for me with FastLED library v3.3.0. (ESP8266 v2.7.4)

Compilation occurs with errors, problems with SPI. But it works fine on d1 mini, but the problem with neopixel is only on d1 mini pro

The web installer works without problems, with both boards (but when flashing from Windows D1 mini pro - it’s always busy, but it works from Mac, I don’t know, maybe the driver is bad)

AronHetLam commented 10 months ago

In the libraries folder there is a new library called Improv_wifi. Did you copy that into the Arduino libraries folder?

AronHetLam commented 10 months ago

I tested it and it works just fine in the Arduino IDE now.