From 72fd4701695004328510d0be0fd4277efa8e9c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C3=ADas=20A=2E=20Angulo=20Klein?= Date: Mon, 22 Jul 2024 08:33:27 +0200 Subject: [PATCH] Update platformio.ini --- platformio.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 3dcd989..a3b174b 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,9 +18,11 @@ build_flags = -DCDC_ENABLED -DJTAG_ENABLED -DMSC_ENABLED ;upload_flags = --erase-all ;upload speed: upload_speed = 115200 +;build mode debug +build_type = debug ;upload port (put yours here): -upload_port = COM7 -monitor_port = COM7 +;upload_port = COM7 ;for windows +;monitor_port = COM7 ;for windows ;upload_port = /dev/ttyACM0 ;for linux ;monitor_port = /dev/ttyACM0 ;for linux ;upload_port = /dev/cu.usbserial-0001 ;for mac