We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ee516 commit 7abfd1bCopy full SHA for 7abfd1b
examples/00.HelloWorld/00.HelloWorld.ino
@@ -10,7 +10,7 @@ MIT license
10
Copyright (c) 2023-2025 https://madflight.com
11
##########################################################################################################################*/
12
13
-#include "madflight_config.h" //Edit this header file to setup the pins, hardware, radio, etc. for madflight
+#include "./madflight_config.h" //Edit this header file to setup the pins, hardware, radio, etc. for madflight
14
#include <madflight.h>
15
16
void setup() {
0 commit comments