Skip to content

Commit

Permalink
Fix PlatformIO library search mode (earlephilhower#500)
Browse files Browse the repository at this point in the history
* Set default library mode to "deep"

* Increase version analog to library.json
  • Loading branch information
maxgerhardt authored Feb 18, 2022
1 parent 2094387 commit 8b4010b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
"type": "git",
"url": "https://github.com/earlephilhower/ESP8266Audio"
},
"version": "1.9.5",
"version": "1.9.6",
"homepage": "https://github.com/earlephilhower/ESP8266Audio",
"frameworks": "Arduino",
"examples": [
"examples/*/*.ino"
]
],
"build": {
"libLDFMode": "deep"
}
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESP8266Audio
version=1.9.5
version=1.9.6
author=Earle F. Philhower, III
maintainer=Earle F. Philhower, III
sentence=Audio file and I2S sound playing routines for ESP8266, ESP32, and Raspberry Pi Pico RP2040
Expand Down

0 comments on commit 8b4010b

Please sign in to comment.