mirror of
https://github.com/arnaucube/esp32-wallet-viewer.git
synced 2026-02-27 21:16:40 +01:00
master
esp32-wallet-viewer
esp32 code to monitor wallets
main/wifi_cfg.hexample:
#define WIFI_SSID "wifi name"
#define WIFI_PASS "password"
- get
u8g2submodule:
git submodule init
- run:
> make
> make flash
- Helpful esp32 documentation: https://docs.espressif.com/projects/esp-idf/en/latest/get-started/
- Helpful esp32 examples: https://github.com/lucadentella/esp32-tutorial
Languages
C
95.8%
Makefile
2.1%
CMake
2.1%
