From f2fc2dde3230223801bd4e09ca9a19023903e25f Mon Sep 17 00:00:00 2001 From: GOB Date: Tue, 15 Jul 2025 19:29:32 +0900 Subject: [PATCH] Some tweaks --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 71fe487..a09fc9f 100644 --- a/platformio.ini +++ b/platformio.ini @@ -480,7 +480,7 @@ build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitRF433T/P ; Tranceiver ; For the following samples, please refer to PlotToSerial to create env for your own environment ; 以下のサンプルは、PlotToSerial を参考にして、自分の環境にあった env を作成してください -[env:UnitRF433_Transceiver_Core_Arduino_latest] +[env:Transceiver_Core_Arduino_latest] extends=Core, option_release, arduino_latest build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/Transceiver>