File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,21 +28,24 @@ jobs:
2828 platformio platform update
2929 mkdir -p ~/artifcats
3030 cd src
31- export PLATFORMIO_BUILD_FLAGS=-DRegulatory_Domain_AU_433
32- platformio run
33- mv .pio/build ~/artifcats/AU_433
3431 export PLATFORMIO_BUILD_FLAGS=-DRegulatory_Domain_AU_915
3532 platformio run
3633 mv .pio/build ~/artifcats/AU_915
34+ export PLATFORMIO_BUILD_FLAGS=-DRegulatory_Domain_FCC_915
35+ platformio run
36+ mv .pio/build ~/artifcats/FCC_915
3737 export PLATFORMIO_BUILD_FLAGS=-DRegulatory_Domain_EU_868
3838 platformio run
3939 mv .pio/build ~/artifcats/EU_868
40+ export PLATFORMIO_BUILD_FLAGS=-DRegulatory_Domain_AU_433
41+ platformio run
42+ mv .pio/build ~/artifcats/AU_433
4043 export PLATFORMIO_BUILD_FLAGS=-DRegulatory_Domain_EU_433
4144 platformio run
4245 mv .pio/build ~/artifcats/EU_433
4346 export PLATFORMIO_BUILD_FLAGS=-DRegulatory_Domain_ISM_2400
4447 platformio run
45- mv .pio/build ~/artifcats/EU_433
48+ mv .pio/build ~/artifcats/ISM_2400
4649
4750 - name : Store Artifacts
4851 uses : actions/upload-artifact@v2-preview
You can’t perform that action at this time.
0 commit comments