Added a pin profile where the nrf24 module can be soldered directly.

Also added a profile with SSD1306 display
This commit is contained in:
Simon Schwarz 2023-08-24 22:02:02 +02:00
parent 08ca221410
commit 1e26e87bc2

View File

@ -18,5 +18,50 @@
"type": 0, "type": 0,
"clk_mode": 3 "clk_mode": 3
} }
},
{
"name": "LILYGO TTGO T-Internet-POE, nrf24 direct solder",
"nrf24": {
"miso": 12,
"mosi": 4,
"clk": 15,
"irq": 33,
"en": 14,
"cs": 2
},
"eth": {
"enabled": true,
"phy_addr": 0,
"power": -1,
"mdc": 23,
"mdio": 18,
"type": 0,
"clk_mode": 3
}
},
{
"name": "LILYGO TTGO T-Internet-POE, nrf24 direct solder, SSD1306",
"nrf24": {
"miso": 12,
"mosi": 4,
"clk": 15,
"irq": 33,
"en": 14,
"cs": 2
},
"eth": {
"enabled": true,
"phy_addr": 0,
"power": -1,
"mdc": 23,
"mdio": 18,
"type": 0,
"clk_mode": 3
},
"display": {
"type": 2,
"data": 16,
"clk": 32
}
} }
] ]