Skip to content

Commit

Permalink
fix: (esp32-devkit-v1-element) pinInfo 3.3V to 3V3
Browse files Browse the repository at this point in the history
  • Loading branch information
AriellaE committed Jul 11, 2021
1 parent 46dc217 commit 7761a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esp32-devkit-v1-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class ESP32DevkitV1Element extends LitElement {
{ name: 'VP', x: 5, y: 34, signals: [] },
{ name: 'EN', x: 5, y: 24, signals: [] },

{ 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 }] },
{ name: 'GND.1', x: 101.3, y: 149, signals: [{ type: 'power', signal: 'GND' }] },
{ name: 'D15', x: 101.3, y: 139.5, signals: [spi('SS', 0), { type: 'pwm' }] },
{ name: 'D2', x: 101.3, y: 130.4, signals: [{ type: 'pwm' }] },
Expand Down

0 comments on commit 7761a88

Please sign in to comment.