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.

27 lines
516 B

5 years ago
  1. # esp32-wallet-viewer
  2. esp32 code to monitor wallets
  3. ![img01](https://raw.githubusercontent.com/arnaucube/esp32-wallet-viewer/master/img01.png 'img01')
  4. - `main/wifi_cfg.h` example:
  5. ```c
  6. #define WIFI_SSID "wifi name"
  7. #define WIFI_PASS "password"
  8. ```
  9. - get `u8g2` submodule:
  10. ```
  11. git submodule init
  12. ```
  13. - run:
  14. ```
  15. > make
  16. > make flash
  17. ```
  18. ---
  19. - Helpful esp32 documentation: https://docs.espressif.com/projects/esp-idf/en/latest/get-started/
  20. - Helpful esp32 examples: https://github.com/lucadentella/esp32-tutorial