From d44dade02d71abbe98356699dacd253e273fbcb4 Mon Sep 17 00:00:00 2001 From: wiebel Date: Sat, 28 Dec 2024 17:13:30 +0100 Subject: [PATCH] add platformio.ini --- platformio.ini | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 platformio.ini diff --git a/platformio.ini b/platformio.ini new file mode 100644 index 0000000..3d33477 --- /dev/null +++ b/platformio.ini @@ -0,0 +1,23 @@ +# +# Project Configuration File +# +# A detailed documentation with the EXAMPLES is located here: +# http://docs.platformio.org/en/latest/projectconf.html +# + +# A sign `#` at the beginning of the line indicates a comment +# Comment lines are ignored. + +# Simple and base environment +# [env:mybaseenv] +# platform = %INSTALLED_PLATFORM_NAME_HERE% +# framework = +# board = +# +# Automatic targets - enable auto-uploading +# targets = upload + +[env:teensy31] +platform = teensy +framework = arduino +board = teensy31