mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Enable unused function warning on the ESP platforms, as the fix is now merged upsteam
This commit is contained in:
parent
0fb3e504d2
commit
6cc77dcf53
1 changed files with 1 additions and 2 deletions
|
@ -74,5 +74,4 @@ install:
|
|||
- platformio lib install 62 416 417
|
||||
|
||||
script:
|
||||
- platformio ci --lib="." --board=uno --board=due --board=genuino101 --board=teensy30 --board=teensy31 --board=teensy35 --board=teensy36 --board=teensylc
|
||||
- platformio ci --lib="." --board=esp12e --board=nodemcu --board=esp32dev --project-option="build_flags=-Wno-unused-function" # Workaround https://github.com/esp8266/Arduino/pull/2881
|
||||
- platformio ci --lib="." --board=uno --board=due --board=genuino101 --board=teensy30 --board=teensy31 --board=teensy35 --board=teensy36 --board=teensylc --board=esp12e --board=nodemcu --board=esp32dev
|
||||
|
|
Loading…
Reference in a new issue