You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

516 B

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