-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Hi Aron,
thanks for your work.
the build for the TALLY_light works fine, I had to change the board to version 3.1.2 to build successfully
connecting to the ATEM Pro Mini is successfull but the LED does not work, I enabled debug for the Atem library( line 363 in ATEM_tally_light.cpp)
the serial monitor displays ACK regularly and nothing else.
To make more tests, I'm trying to build the test server and get the following errors :
ld.exe: [...]\core.a(main.cpp.o):(.literal._Z8loopTaskPv+0x10): undefined reference to setup()' ld.exe: [...]\core.a(main.cpp.o):(.literal._Z8loopTaskPv+0x14): undefined reference to
loop()'
ld.exe: [...]\core.a(main.cpp.o): in function loopTask(void*)': [UserHomeDir]\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.2.0\cores\esp32/main.cpp:56:(.text._Z8loopTaskPv+0x1c): undefined reference to
setup()'
/ld.exe: [UserHomeDir]\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.2.0\cores\esp32/main.cpp:71:(.text._Z8loopTaskPv+0x38): undefined reference to `loop()'
collect2.exe: error: ld returned 1 exit status
Tested with Aduino IDE 2.3.6 on Windows and on Ubuntu, with ESP32 or ESP8266
Any advice ?
Did I miss something ?