Fix library.json - add libArchive: false for WLED build system

This commit is contained in:
dawie 2026-01-30 18:23:55 +02:00
parent 7d398f3529
commit 77a3853a4e

View File

@ -1,10 +1,6 @@
{
"name": "GPU Fan Controller",
"version": "1.0.0",
"description": "PWM fan controller for GPU cooling via external temperature API",
"authors": [
{"name": "WLED Community"}
],
"license": "MIT",
"homepage": "https://github.com/wled/WLED"
"name": "GPU_Fan_Controller",
"build": {
"libArchive": false
}
}