From acccb56f079fb917a9f97c94fbc39141939d61f3 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 15 Dec 2025 20:47:07 +0100 Subject: [PATCH] add comment --- platformio.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 859950c63..0c242c1fa 100644 --- a/platformio.ini +++ b/platformio.ini @@ -181,7 +181,8 @@ build_flags = ${common.build_flags} -DBOARD_C6 -; foundation for building and testing natively, standalone without an ESP32. +; foundation for building and testing natively, standalone without an ESP32 +; use the `standalone` environment instead of `native` for testing [env:native] platform = native build_type = debug