Go to file
Kinchin Fong 5654cd9e1f add schematic for esp32c3 version 2023-10-18 09:02:58 +08:00
.vscode init 2023-04-16 20:58:17 +08:00
hardware add schematic for esp32c3 version 2023-10-18 09:02:58 +08:00
include init 2023-04-16 20:58:17 +08:00
src init for esp32c3 2023-10-18 09:01:27 +08:00
.gitignore add schematic 2023-04-17 09:16:32 +08:00
LICENSE add LICENSE 2023-04-16 21:39:29 +08:00
README.md add README 2023-04-16 21:37:48 +08:00
platformio.ini init for esp32c3 2023-10-18 09:01:27 +08:00

README.md

DreamTap

A smart switch for developers!

Usage

  1. Install VSCode;
  2. Install PlatformIO plugin for VSCode;
  3. Copy include/config_sample.h to include/config.h;
  4. Modify include/config.h as you wish;
  5. Compile this sketch;
  6. Connect DreamTap to your computer;
  7. Press the side-button and main button at the same time, release main button first, then release side button;
  8. Upload this sketch to DreamTap;