mirror of
https://github.com/arnaucube/esp32-wallet-viewer.git
synced 2026-06-05 15:31:48 +02:00
No description
- C 95.8%
- Makefile 2.1%
- CMake 2.1%
| components | ||
| main | ||
| .gitignore | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| img01.png | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
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
