Skip to content

Commit a1a8b38

Browse files
committed
PlatformIO
1 parent c69edf6 commit a1a8b38

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

extras/PlatformIO_madflight/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[env]
99
; Include madflight library from PlatformIO Registry
10-
;lib_deps = qqqlab/madflight
10+
lib_deps = qqqlab/madflight
1111

1212
; Other options to include the madflight library: (you might need to execute "Clean" or delete the .pio folder when you change lib_deps)
1313

extras/PlatformIO_madflight/src/madflight_hello_world.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Upload, connect Serial Monitor at 115200 baud and send 'help' to see available c
66
77
See http://madflight.com for detailed description
88
9+
Replace this file with a .ino file from the examples directory when you want something more interesting.
10+
911
MIT license
1012
Copyright (c) 2023-2025 https://madflight.com
1113
##########################################################################################################################*/

0 commit comments

Comments
 (0)