mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-28 21:30:54 +03:00
Start of 5.X work
This commit is contained in:
58
spiffs_src/targets/bureau-oled/config.json
Normal file
58
spiffs_src/targets/bureau-oled/config.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"dev": {
|
||||
"spi": {
|
||||
"mosi": 4,
|
||||
"clk": 5,
|
||||
"dc": 18,
|
||||
"host": "Host1"
|
||||
},
|
||||
"dac": {
|
||||
"bck": 33,
|
||||
"ws": 25,
|
||||
"dout": 32,
|
||||
"model": "I2S"
|
||||
},
|
||||
"display": {
|
||||
"type": "SPI",
|
||||
"common": {
|
||||
"width": 256,
|
||||
"height": 64,
|
||||
"HFlip": false,
|
||||
"VFlip": false,
|
||||
"rotate": false,
|
||||
"driver": "SSD1322",
|
||||
"reset": 21
|
||||
},
|
||||
"spi": {
|
||||
"cs": 19,
|
||||
"speed": 8000000
|
||||
|
||||
}
|
||||
},
|
||||
"rotary": {
|
||||
"A": 23,
|
||||
"B": 22,
|
||||
"SW": 34,
|
||||
"volume": true,
|
||||
"longpress": true
|
||||
}
|
||||
},
|
||||
"names": {
|
||||
"device": "bureau-oled"
|
||||
},
|
||||
"net": {
|
||||
"credentials": [
|
||||
{
|
||||
"ssid": "iot",
|
||||
"auth_type": "WPA2_PSK",
|
||||
"password": "facedecafe"
|
||||
},
|
||||
{
|
||||
"ssid": "iot2",
|
||||
"auth_type": "WPA2_PSK",
|
||||
"password": "facedecafe"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user