Closed ProRow closed 4 years ago
Did you select Arduino Nano Atmega 328P from the boards?
For me it compiles fine unless I select the wrong microcontroller.
That worked - thanks for the help and apologies for taking your time.
Considering my success here, can't wait to get into the wiring!!
Hi there,
I'm really new to this so please bare with me!!
I've followed the instructions at [https://github.com/ukmook/qUark/tree/master/Mav-To-MSP#quark-flight-electronics] and no matter what I do am getting the following error which is breaking the build:
djihdfpv_mavlink_to_mspV2:27:31: error: invalid initialization of reference of type 'HardwareSerial&' from expression of type 'Serial' HardwareSerial &mspSerial = Serial; ^
~exit status 1 invalid initialization of reference of type 'HardwareSerial&' from expression of type 'Serial_'I have the 3 libraries in my libraries folder: MSP, AltSoftSerial and GCSMAVLink. Running Arduino 1.8.13 On WinOS
I'm also getting the MSP Servo configs error previously mentioned in another post but happy these can be ignored.
Can anyone point me in the direction towards solving the problem?
Thanks in advance for any support.