Sacarino111 Posted April 6, 2024 Posted April 6, 2024 Hi all. After some time using the old BIOS, and having issues with it, I decided to jump into the new one (fork). I think I followed the instructions to the letter, but when I copy/paste a snipet (defining the pin) and do the compiling, I get the error "FA_18C_hornet_ARRESTING_HOOK_LT_AM' was not declared in this scope". I think the problem is the Arduino IDE is using the old library, as if I use the old snipet (the one with hexadecimal code), the compilation goes trough and I can upload it. I did instal the new library (dcs-bios-arduino-library-0.3.9), but I think it still uses the old one. Is there any way to uninstall the old and re install the new one? The Arduino IDE is not the latest version, as I used it for the DIY joystick and I would not like to loose it. Could this be the problem? Any help would be very much apreciated. Saludos. Saca111
Sacarino111 Posted April 6, 2024 Author Posted April 6, 2024 Hi. Disregard. Solved. Untick "user address constants" and copy/paste the snipet. Saludos. Saca111 1
No1sonuk Posted April 8, 2024 Posted April 8, 2024 Those address constants are used to make code updates easier - assuming you have the correct library installed.
Sacarino111 Posted April 9, 2024 Author Posted April 9, 2024 14 hours ago, No1sonuk said: Those address constants are used to make code updates easier - assuming you have the correct library installed.
Recommended Posts