src refactor

This commit is contained in:
2025-12-07 15:02:44 -06:00
parent efcbcab48a
commit e99b778468
7 changed files with 24 additions and 110 deletions

View File

@@ -34,7 +34,7 @@ menu "Example Configuration"
config BLINK_GPIO
int "Blink GPIO number"
range ENV_GPIO_RANGE_MIN ENV_GPIO_OUT_RANGE_MAX
default 2
default 4
help
GPIO number (IOxx) to blink on and off the LED.
Some GPIOs are used for other purposes (flash connections, etc.) and cannot be used to blink.
@@ -42,7 +42,7 @@ menu "Example Configuration"
config BLINK_PERIOD
int "Blink period in ms"
range 10 3600000
default 1000
default 500
help
Define the blinking period in milliseconds.