Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Jun 11, 2024
1 parent 1357ae2 commit cc97a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
arduino-board-fqbn: esp32:esp32:m5stack_core2
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
required-libraries: MQTT@2.5.2,LVGL@8.3.11,ArduinoJson@6.21.5,ReactESP@2.1.0,Wire@2.0.0,SPI@2.0.0,FS@2.0.0,SD@2.0.0,WiFi@2.0.0,ESPmDNS@2.0.0,HTTPClient@2.0.0,SPIFFS@2.0.0
required-libraries: MQTT@2.5.2,LVGL@8.3.11,ArduinoJson@6.21.5,ReactESP@2.1.0,Wire@2.0.0,SPI@2.0.0,FS@2.0.0,SD@2.0.0,WiFi@2.0.0,ESPmDNS@2.0.0,HTTPClient@2.0.0,SPIFFS@2.0.0,ESPmDNS@2.0.0,WiFiClientSecure@2.0.0,Preferences@2.0.0
sketch-names: "*.ino"
sketch-names-find-start: bbn_m5tough_active_boat/*
extra-arduino-cli-args: "--warnings default"
Expand Down

0 comments on commit cc97a65

Please sign in to comment.