From 017360ba92f2e1a45909d37ab94c89256a4b3720 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Thu, 8 Jul 2021 23:11:13 +1200 Subject: [PATCH] Update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd9559d..7e7e06a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Telegram Python Example -This is desinged for MicroPython but will work on a desktop +This is designed for MicroPython but will work on a desktop It'll echo what you send to it @@ -33,3 +33,7 @@ Put your id in config.json ## Run ```pipenv run prod``` + +## MicroPython +TODO +see ```up.py``` and ```boot.py```