From 3893d45acb122152f55563e8f4eb84af3fe8721b Mon Sep 17 00:00:00 2001 From: Fisch Date: Tue, 8 Oct 2024 13:45:27 +0200 Subject: [PATCH] fix environment name typo --- brotherax240_cntrl/platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brotherax240_cntrl/platformio.ini b/brotherax240_cntrl/platformio.ini index 06ef756..7a5e85a 100644 --- a/brotherax240_cntrl/platformio.ini +++ b/brotherax240_cntrl/platformio.ini @@ -9,7 +9,7 @@ ; https://docs.platformio.org/page/projectconf.html -[env:BotherAX240] +[env:BrotherAX240] platform = ststm32 board = genericSTM32F103C8 framework = arduino @@ -23,7 +23,7 @@ upload_protocol = serial monitor_speed = 9600 -[env:BotherAX130] +[env:BrotherAX130] platform = ststm32 board = genericSTM32F103C8 framework = arduino