We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46dc217 commit 7761a88Copy full SHA for 7761a88
src/esp32-devkit-v1-element.ts
@@ -24,7 +24,7 @@ export class ESP32DevkitV1Element extends LitElement {
24
{ name: 'VP', x: 5, y: 34, signals: [] },
25
{ name: 'EN', x: 5, y: 24, signals: [] },
26
27
- { name: '3.3V', x: 101.3, y: 158.5, signals: [{ type: 'power', signal: 'VCC', voltage: 3.3 }] },
+ { name: '3V3', x: 101.3, y: 158.5, signals: [{ type: 'power', signal: 'VCC', voltage: 3.3 }] },
28
{ name: 'GND.1', x: 101.3, y: 149, signals: [{ type: 'power', signal: 'GND' }] },
29
{ name: 'D15', x: 101.3, y: 139.5, signals: [spi('SS', 0), { type: 'pwm' }] },
30
{ name: 'D2', x: 101.3, y: 130.4, signals: [{ type: 'pwm' }] },
0 commit comments