From 402e16727c4b100f010f4d7f5fe59bf3433acf13 Mon Sep 17 00:00:00 2001 From: pmantoine Date: Mon, 9 Jan 2023 16:47:29 +0800 Subject: [PATCH] Fix platformio for Nucleo-F446RE --- platformio.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 46606b1..c82d8b4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -19,13 +19,14 @@ default_envs = samd21-zero-usb ESP32 Nucleo-F411RE + Nucleo-F446RE Teensy3.2 Teensy3.5 Teensy3.6 Teensy4.0 Teensy4.1 -src_dir = /Users/paul/Projects/CommandStation-EX-devel -include_dir = /Users/paul/Projects/CommandStation-EX-devel +src_dir = . +include_dir = . [env] build_flags = -Wall -Wextra