From 7c9db7edebbd330fbbd31e650214f819ccf57807 Mon Sep 17 00:00:00 2001 From: Eric Severance Date: Tue, 27 Apr 2021 00:05:40 -0700 Subject: [PATCH] Add comment about the TYWE3S controller (#1924) The `codm-controller-0.6` env also works for the [`TYWE3S` controller](https://github.com/Aircoookie/WLED/issues/1519#issuecomment-826126116). This PR just adds a note so that folks who search for `TYWE3S` will find the proper env to use. --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 2fd69702..1b2a9e8b 100644 --- a/platformio.ini +++ b/platformio.ini @@ -458,6 +458,7 @@ build_flags = ${common.build_flags_esp32} ${common.debug_flags} ${common.build_f # ------------------------------------------------------------------------------ # codm pixel controller board configurations +# codm-controller-0.6 can also be used for the TYWE3S controller # ------------------------------------------------------------------------------ [env:codm-controller-0.6]