From 404f5e5870f190e2fccb6d738b8deec7487bac89 Mon Sep 17 00:00:00 2001 From: egokb Date: Wed, 24 Jul 2024 18:10:25 +0800 Subject: [PATCH] Update build.yaml Co-Authored-By: egokb <156652167+egokb@users.noreply.github.com> --- build.yaml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/build.yaml b/build.yaml index ff48e87..f30c04b 100644 --- a/build.yaml +++ b/build.yaml @@ -11,13 +11,17 @@ # - board: nice_nano_v2 # shield: reviung41 # ---- -include: - - board: egokb_control - shield: ego62_dongle - - board: egokb_control - shield: ego62_left - - board: egokb_control - shield: ego62_right - - board: egokb_control - shield: settings_reset + +board: [ "egokb_control" ] +shield: [ "ego62_dongle", "ego62_left", "ego62_right", "settings_reset" ] + +# --- +# include: +# - board: egokb_control +# shield: ego62_dongle +# - board: egokb_control +# shield: ego62_left +# - board: egokb_control +# shield: ego62_right +# - board: egokb_control +# shield: settings_reset