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

improv.setDeviceInfo(CHIP_FAMILY, DISPLAY_NAME, VERSION, "Tally Light", "CAM1"); #97

Closed szdn1 closed 10 months ago

szdn1 commented 10 months ago

Hi error problem

In file included from c:\Users\ASUS\Documents\Arduino\libraries\FastLED\src/FastLED.h:75, from C:\Users\ASUS\Documents\Arduino\libraries\ATEM_tally_light\ATEM_tally_light.cpp:49: c:\Users\ASUS\Documents\Arduino\libraries\FastLED\src/fastspi.h:157:23: note: '#pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output' 157 | # pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output" | ^~~~~~~~~~~~~~~~~~~~ C:\Users\ASUS\Documents\Arduino\libraries\ATEM_tally_light\ATEM_tally_light.cpp: In function 'void setup()': C:\Users\ASUS\Documents\Arduino\libraries\ATEM_tally_light\ATEM_tally_light.cpp:294:26: error: 'CHIP_FAMILY' was not declared in this scope 294 | improv.setDeviceInfo(CHIP_FAMILY, DISPLAY_NAME, VERSION, "Tally Light", "CAM1"); | ^~~

exit status 1

Compilation error: 'CHIP_FAMILY' was not declared in this scope

Please Help me

szdn1 commented 10 months ago

use D1 mini pro

AronHetLam commented 10 months ago

I just pushed a fix for that a couple of hours ago. It's easiest if you use the web installer, but the latest code on the main branch should work in the Arduino IDE. Make sure to copy the libraries over again.

AronHetLam commented 10 months ago

Just created Release v3.3.1. That should do the trick, and make the download links point to the fixed version. 🙂

szdn1 commented 10 months ago

Thank you very much, it was fixed you are the best