Skip to content

Commit

Permalink
add build properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Oct 30, 2023
1 parent 2896d51 commit ee9ebe1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
sketch-paths: |
- nostrZapLamp
cli-compile-flags: |
- --warnings="none"
- --build-property "build.partitions=min_spiffs"
- --build-property "upload.maximum_size=1966080"
libraries: |
- name: WebSockets
- name: ArduinoJson
Expand All @@ -37,8 +41,6 @@ jobs:
- name: Nostr
# - name: QRCode
# - name: ESP32Ping
cli-compile-flags: |
- --warnings="none"
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit ee9ebe1

Please sign in to comment.