Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AH2005NA committed Sep 10, 2024
1 parent 697e05b commit 5a5f957
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: choice
required: true
default: 'M5Dial'
options: ['CoreInk', 'M5Dial', 'M5Cardputer', 'M5StickCPlus2', 'M5StickCPlus', 'M5StickC']
options: ['DinMeter', 'CoreInk', 'M5Dial', 'M5Cardputer', 'M5StickCPlus2', 'M5StickCPlus', 'M5StickC']

jobs:
compile_sketch:
Expand All @@ -44,6 +44,15 @@ jobs:
bootloader_addr: "0x1000",
},
}
- {
name: "DinMeter",
fqbn: "m5stack:esp32:M5DinMeter",
extra_flags: "-DDinMeter",
libraries: "M5DinMeter IRRemoteESP8266 M5Stack-SD-Updater M5Unified ",
partitions: {
bootloader_addr: "0x0000",
},
}
- {
name: "M5Dial",
fqbn: "m5stack:esp32:m5stack_dial",
Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/dev_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: choice
required: true
default: 'M5Dial'
options: ['CoreInk', 'M5Dial', 'M5Cardputer', 'M5StickCPlus2', 'M5StickCPlus', 'M5StickC']
options: ['DinMeter', 'CoreInk', 'M5Dial', 'M5Cardputer', 'M5StickCPlus2', 'M5StickCPlus', 'M5StickC']

jobs:
compile_sketch:
Expand All @@ -44,6 +44,15 @@ jobs:
bootloader_addr: "0x1000",
},
}
- {
name: "DinMeter",
fqbn: "m5stack:esp32:M5DinMeter",
extra_flags: "-DDinMeter",
libraries: "M5DinMeter IRRemoteESP8266 M5Stack-SD-Updater M5Unified ",
partitions: {
bootloader_addr: "0x0000",
},
}
- {
name: "M5Dial",
fqbn: "m5stack:esp32:m5stack_dial",
Expand Down

0 comments on commit 5a5f957

Please sign in to comment.