diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2020-06-26 13:52:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:16:52 +0700 |
commit | a39fd435cea3c1d0dbdf2b6250ea944980fd6b34 (patch) | |
tree | d85efba55054f3d56bd7ebb3b11f8e1976d4c967 /python | |
parent | f3e22c05251169676dd87a01e1175f04baa38d5a (diff) | |
download | slackbuilds-a39fd435cea3c1d0dbdf2b6250ea944980fd6b34.tar.gz |
python/esptool: Update README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/esptool/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/esptool/README b/python/esptool/README index dc213ef57f..f85b25c7f0 100644 --- a/python/esptool/README +++ b/python/esptool/README @@ -1,5 +1,5 @@ -A Python-based, open source, platform independent, utility to communicate -with the ROM bootloader in Espressif ESP8266 & ESP32 chips. +A Python-based, open source, platform independent, utility to +communicate with the ROM bootloader in Espressif ESP8266 & ESP32 chips. esptool.py was started by Fredrik Ahlberg (@themadinventor) as an unofficial community project. It is now also supported by Espressif. |