From 8b3223a7912317d01c4b21755777f3b50bf2c014 Mon Sep 17 00:00:00 2001 From: Sabas Date: Sat, 2 Dec 2023 19:32:34 -0600 Subject: [PATCH] more arguments --- .github/workflows/BuildLibrary.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/BuildLibrary.yml b/.github/workflows/BuildLibrary.yml index 5c3a9e1..f9790e9 100644 --- a/.github/workflows/BuildLibrary.yml +++ b/.github/workflows/BuildLibrary.yml @@ -42,36 +42,22 @@ jobs: ############################################################################################################# include: - arduino-boards-fqbn: arduino:avr:uno - log-options: [-DDEBUG] - other-options: [-DUS_915] - arduino-boards-fqbn: arduino:avr:leonardo - log-options: [-DDEBUG] - other-options: [-DUS_915] - arduino-boards-fqbn: arduino:samd:nano_33_iot - log-options: [-DDEBUG] - other-options: [-DUS_915] - arduino-boards-fqbn: arduino:mbed:nano33ble - log-options: [-DDEBUG] - other-options: [-DUS_915] - arduino-boards-fqbn: esp8266:esp8266:huzzah:eesz=4M3M,xtal=80 platform-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json - log-options: [-DDEBUG] - other-options: [-DUS_915] - arduino-boards-fqbn: rp2040:rp2040:generic platform-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json - log-options: [-DDEBUG] - other-options: [-DUS_915] - arduino-boards-fqbn: esp32:esp32:featheresp32:FlashFreq=80 platform-url: https://github.com/espressif/arduino-esp32/releases/download/3.0.0-alpha2/package_esp32_dev_index.json extra-arduino-cli-args: "--warnings default" - log-options: [-DDEBUG] - other-options: [-DUS_915] # Do not cancel all jobs / architectures if one job fails fail-fast: false @@ -89,4 +75,4 @@ jobs: arduino-board-fqbn: ${{ matrix.arduino-boards-fqbn }} platform-url: ${{ matrix.platform-url }} extra-arduino-cli-args: ${{ matrix.extra-arduino-cli-args }} - build-properties: '{ "All": "${{ matrix.log-options }} ${{ matrix.other-options }}" }' + build-properties: '{ "class-C-ABP": "-DDEBUG -DUS_915 -_CLASS_C_", "Class-C-OTAA-ACK": "-DDEBUG -DUS_915 -_CLASS_C_", "All": "-DDEBUG -DUS_915"}'