Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 509 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 509 Bytes

micropython-remainigdays

ESP32-based countdown timer

esp32

It can be configured to be set via a telegram BOT (it uses the uTelegram python library)

Config

config.py

wifi_config = {
    'ssid':'DEMO',
    'password':'PASSW0RD'
}

utelegram_config = {
    'token': 'TOKEN',
    'masters': [ 'ADMIN_ID' ]
}

Upload

bash upload.sh

Dependencies

https://github.com/mcauser/micropython-tm1637