From a735db7e8f4c8d8f12b83be018f26f9290a7eb70 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 20 Oct 2024 15:02:54 +0200 Subject: [PATCH] remove mention of extra_flags and EMSESP_DEFAULT_BOARD_PROFILE --- platformio.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 4572f19d2..d16069589 100644 --- a/platformio.ini +++ b/platformio.ini @@ -85,8 +85,6 @@ lib_deps = ; ; builds for GitHub Actions CI -; We don't set EMSESP_DEFAULT_BOARD_PROFILE and let the code determine the board type. e.g. with board_build.extra_flags = '-DEMSESP_DEFAULT_BOARD_PROFILE="S32"' -; ; the Web interface is built separately during the GH Action script, so skipped on these targets ; [env:ci_s_4M]