No description
  • C 95.8%
  • Makefile 2.1%
  • CMake 2.1%
Find a file
2019-01-12 23:55:43 +01:00
components wifi working 2019-01-12 23:55:43 +01:00
main wifi working 2019-01-12 23:55:43 +01:00
.gitignore wifi working 2019-01-12 23:55:43 +01:00
.gitmodules wifi working 2019-01-12 23:55:43 +01:00
CMakeLists.txt wifi working 2019-01-12 23:55:43 +01:00
img01.png wifi working 2019-01-12 23:55:43 +01:00
LICENSE Initial commit 2019-01-12 23:53:27 +01:00
Makefile wifi working 2019-01-12 23:55:43 +01:00
README.md wifi working 2019-01-12 23:55:43 +01:00

esp32-wallet-viewer

esp32 code to monitor wallets

img01

  • main/wifi_cfg.h example:
#define WIFI_SSID "wifi name"
#define WIFI_PASS "password"
  • get u8g2 submodule:
git submodule init
  • run:
> make

> make flash