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]