i3water/blinker-library

AHRS_WiFi.ino fails to compile due to #else if

jantje opened this issue · 1 comments

When testing Sloeber I found the AHRS_WiFi.ino example not to compile.
The root cause is a mistake in the define here:


removing the if solved the issue

Thanks ! I will fix this bug.