Device Profile for Wemos Lolin32 OLED

This commit is contained in:
Gregor Wolf 2023-06-26 07:39:18 +02:00 committed by Thomas Basler
parent 3df65b3d37
commit d8a3a75c0b

View File

@ -0,0 +1,21 @@
[
{
"name": "Wemos Lolin32 OLED",
"nrf24": {
"miso": 2,
"mosi": 14,
"clk": 12,
"irq": 0,
"en": 15,
"cs": 13
},
"eth": {
"enabled": false
},
"display": {
"type": 2,
"data": 5,
"clk": 4
}
}
]