Based on my testing, this is the correct mapping: ``` output: - platform: gpio pin: GPIO3 id: red_led_pin inverted: False - platform: gpio pin: GPIO14 id: blue_led_pin inverted: False ``` It seems to have gotten flipped in https://github.com/Seeed-Studio/xiao-esphome-projects/commit/390bb161417504884d4a8d348e4acaa99b27e719
Based on my testing, this is the correct mapping:
It seems to have gotten flipped in 390bb16