Skip to content

Commit fe80e43

Browse files
committed
inputs: Update CircuitPython platform description
Updated the description for the CircuitPython platform input from 'esp32' to 'espressif' for clarity and accuracy. Signed-off-by: Chiho Sin <[email protected]>
1 parent 7f618bd commit fe80e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
default: main
1616
required: false
1717
port:
18-
description: The CircuitPython platform to build (esp32, nrf)
18+
description: The CircuitPython platform to build (espressif, nrf)
1919
required: true
2020
target:
2121
description: The CircuitPython run target (default is 'build')

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ echo "Repository firmware MicroPython version: $(git describe --tags --dirty --a
2525
echo "Repository firmware CircuitPython version: $(python3 py/version.py)"
2626

2727
# Espressif IDF
28-
if [[ ${CPY_PORT} == "esp32" ]]; then
28+
if [[ ${CPY_PORT} == "espressif" ]]; then
2929
export IDF_PATH=/workspace/ports/espressif/esp-idf
3030
export IDF_TOOLS_PATH=/workspace/.idf_tools
3131
export ESP_ROM_ELF_DIR=/workspace/.idf_tools

0 commit comments

Comments
 (0)