From f3287137108cf7b5e439d1b5f29ca057d9caef30 Mon Sep 17 00:00:00 2001 From: marcone <48169102+marcone@users.noreply.github.com> Date: Sun, 23 Mar 2025 11:11:34 -0700 Subject: [PATCH] Fix typo --- platformio_override.sample.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio_override.sample.ini b/platformio_override.sample.ini index f3b4e1c65..ee2b17714 100644 --- a/platformio_override.sample.ini +++ b/platformio_override.sample.ini @@ -34,7 +34,7 @@ lib_deps = ${esp8266.lib_deps} build_unflags = ${common.build_unflags} build_flags = ${common.build_flags} ${esp8266.build_flags} ; -; *** To use the below defines/overrides, copy and paste each onto it's own line just below build_flags in the section above. +; *** To use the below defines/overrides, copy and paste each onto its own line just below build_flags in the section above. ; ; Set a release name that may be used to distinguish required binary for flashing ; -D WLED_RELEASE_NAME=\"ESP32_MULTI_USREMODS\"