Skip to content

Commit

Permalink
chore: rename WT901 serial library
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensElflein committed Nov 10, 2022
1 parent 517551f commit 1a95c3b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions Firmware/LowLevel/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build_src_filter = +<*> -<.git/> -<.svn/> -<imu/*> -<soundsystem.cpp>


[env:MPU9250]
lib_ignore = JY901
lib_ignore = JY901_SERIAL
lib_deps = ${env.lib_deps}
bolderflight/Bolder Flight Systems MPU9250@^1.0.2
powerbroker2/DFPlayerMini_Fast@^1.2.4
Expand All @@ -54,14 +54,14 @@ build_flags = ${env.build_flags}
[env:WT901_INSTEAD_OF_SOUND]
build_src_filter = ${env.build_src_filter} +<imu/WT901/>
lib_deps = ${env.lib_deps}
JY901
JY901_SERIAL
build_flags =
${env.build_flags} -DWT901_INSTEAD_OF_SOUND


; This is our main protoype, it has some different wiring
[env:ELFLEIN_PROTOTYPE]
lib_ignore = JY901
lib_ignore = JY901_SERIAL
lib_deps = ${env.lib_deps}
bolderflight/Bolder Flight Systems MPU9250@^1.0.2
powerbroker2/DFPlayerMini_Fast@^1.2.4
Expand Down

0 comments on commit 1a95c3b

Please sign in to comment.