Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 486 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 486 Bytes

Esp32-Stick-PlatformIO-Example

Short description

This repo contains example for Esp32-Stick development boards(POE-A,ETH). It blinks a led, when you connect ethernet cable it will start pinging google.com (Check serial port output). The project was made in Vscode using PlatformIO.

Flashing

  1. Open project folder with Vscode, (Platoformio extension must be installed).
  2. Press Ctrl-Alt-U, it will build and upload the project.
  3. See the results.