Hello World

This commit is contained in:
rusefillc 2023-12-04 10:38:10 -05:00
parent 91fd4a1f9d
commit 264d2ce68c
1 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@ DDEFS += -DFIRMWARE_ID=\"XXX\"
SHORT_BOARD_NAME=XXX SHORT_BOARD_NAME=XXX
# assign critical LED to a non-existent pin if you do not have it on your board # assign critical LED to a non-existent pin if you do not have it on your board
DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15 # good old PD14 is still the default value
# DDEFS += -DLED_CRITICAL_ERROR_BRAIN_PIN=Gpio::I15