mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
pins: Add three new boards (#1576)
Add the Lolin32 Lite and TTGO T7 board names so that esphome can be built for those boards. There's nothing special about them. The espressif/arduino-esp32 and platformio/platform-espressif32 projects have both merged definitions for those boards recently.
This commit is contained in:
parent
521dfe08f2
commit
811c13d7d1
1 changed files with 3 additions and 0 deletions
|
@ -182,6 +182,7 @@ ESP32_BOARD_PINS = {
|
||||||
'iotbusio': {},
|
'iotbusio': {},
|
||||||
'iotbusproteus': {},
|
'iotbusproteus': {},
|
||||||
'lolin32': {'LED': 5},
|
'lolin32': {'LED': 5},
|
||||||
|
'lolin32-lite': {'LED': 22},
|
||||||
'lolin_d32': {'LED': 5, '_VBAT': 35},
|
'lolin_d32': {'LED': 5, '_VBAT': 35},
|
||||||
'lolin_d32_pro': {'LED': 5, '_VBAT': 35},
|
'lolin_d32_pro': {'LED': 5, '_VBAT': 35},
|
||||||
'lopy': {'A1': 37, 'A2': 38, 'LED': 0, 'MISO': 37, 'MOSI': 22, 'SCK': 13, 'SCL': 13,
|
'lopy': {'A1': 37, 'A2': 38, 'LED': 0, 'MISO': 37, 'MOSI': 22, 'SCK': 13, 'SCL': 13,
|
||||||
|
@ -239,6 +240,8 @@ ESP32_BOARD_PINS = {
|
||||||
'ttgo-t-beam': {'BUTTON': 39, 'LED': 14, 'MOSI': 27, 'SCK': 5, 'SS': 18},
|
'ttgo-t-beam': {'BUTTON': 39, 'LED': 14, 'MOSI': 27, 'SCK': 5, 'SS': 18},
|
||||||
'ttgo-t-watch': {'BUTTON': 36, 'MISO': 2, 'MOSI': 15, 'SCK': 14, 'SS': 13},
|
'ttgo-t-watch': {'BUTTON': 36, 'MISO': 2, 'MOSI': 15, 'SCK': 14, 'SS': 13},
|
||||||
'ttgo-t1': {'LED': 22, 'MISO': 2, 'MOSI': 15, 'SCK': 14, 'SCL': 23, 'SS': 13},
|
'ttgo-t1': {'LED': 22, 'MISO': 2, 'MOSI': 15, 'SCK': 14, 'SCL': 23, 'SS': 13},
|
||||||
|
'ttgo-t7-v13-mini32': {'LED': 22},
|
||||||
|
'ttgo-t7-v14-mini32': {'LED': 19},
|
||||||
'turta_iot_node': {},
|
'turta_iot_node': {},
|
||||||
'vintlabs-devkit-v1': {'LED': 2, 'PWM0': 12, 'PWM1': 13, 'PWM2': 14, 'PWM3': 15, 'PWM4': 16,
|
'vintlabs-devkit-v1': {'LED': 2, 'PWM0': 12, 'PWM1': 13, 'PWM2': 14, 'PWM3': 15, 'PWM4': 16,
|
||||||
'PWM5': 17, 'PWM6': 18, 'PWM7': 19},
|
'PWM5': 17, 'PWM6': 18, 'PWM7': 19},
|
||||||
|
|
Loading…
Reference in a new issue