From 44113b436eeef04140ca2a064ac29c453c136f1d Mon Sep 17 00:00:00 2001 From: Irene-Maxine <114802521+Irene-Maxine@users.noreply.github.com> Date: Fri, 5 Sep 2025 00:20:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0sant=E6=A8=A1=E6=8B=9F?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E7=AE=A1=E8=84=9A19=E3=80=8120?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boards/default_src/micropython_esp32s3/blocks/esp32_profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/default_src/micropython_esp32s3/blocks/esp32_profile.js b/boards/default_src/micropython_esp32s3/blocks/esp32_profile.js index 09536490..d66c4f75 100644 --- a/boards/default_src/micropython_esp32s3/blocks/esp32_profile.js +++ b/boards/default_src/micropython_esp32s3/blocks/esp32_profile.js @@ -163,7 +163,7 @@ pins["元控自强"] = { digital: Profile.generate(['0-18', '21', '33-48'], 'pin', 'pin'), pwm_pin: Profile.generate(['0-18', '21', '33-48']), pwm: Profile.generate(['0-18', '21', '33-48'], 'pwm', 'pwm'), - analog_pin: Profile.generate(['1-18']), + analog_pin: Profile.generate(['1-20']), analog: Profile.generate(['1-18'], 'adc', 'adc'), touch: Profile.generate(['1-14'], 'tc', 'tc'), touch_pin: Profile.generate(['1-14']),