Skip to content

Instantly share code, notes, and snippets.

@AlienKevin
Created August 12, 2021 01:52
Show Gist options
  • Save AlienKevin/27478d28d58e347638395ad8a52ca2fc to your computer and use it in GitHub Desktop.
Save AlienKevin/27478d28d58e347638395ad8a52ca2fc to your computer and use it in GitHub Desktop.
arduino-nano-33-ble-uart/platformio2.ini
[env]
platform = nordicnrf52
board = nano33ble
framework = arduino
src_filter = +<*>
[env:transmitter]
src_filter =
${env.src_filter}
-<receiver.cpp>
[env:receiver]
src_filter =
${env.src_filter}
-<transmitter.cpp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment