SK21 / AOG_RC

AgOpenGPS rate control.
Other
32 stars 8 forks source link

Extra headers aren't optional #11

Closed mirh closed 2 years ago

mirh commented 2 years ago

https://github.com/SK21/AOG_RC/blob/fe67227c4d8c57f762458e546be5b60ef9889aad/RCnano/RCnano.ino#L1-L2

Of course they wouldn't be needed when you are just using the arduino pins, and when you aren't using udp, respectively. (yes it's a miserably small issue since you can just delete the two lines, but still)

SK21 commented 2 years ago

I don't believe they cause that much trouble if left included. They could be commented out if necessary.

mirh commented 2 years ago

I was thinking you could put the includes below the user settings, and guard them with ifs, but I guess it's a pedantic trifle.