8000 Make mkdir.py work under python3 versions below 3.5 by gneiss15 · Pull Request #8194 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Make mkdir.py work under python3 versions below 3.5 #8194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jul 9, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
done a "boards.txt.py --allgen"
  • Loading branch information
gneiss15 committed Jul 1, 2021
commit 46b0a2c362b0fce1f6be2984aaa2ecba5c32be5e
7 changes: 7 additions & 0 deletions doc/boards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,13 @@ The Adafruit Feather HUZZAH ESP8266 is an Arduino-compatible Wi-Fi development b

Product page: https://www.adafruit.com/product/2821

WiFi Kit 8
----------

The Heltec WiFi Kit 8 is an Arduino-compatible Wi-Fi development board powered by Ai-Thinker's ESP-12S, clocked at 80 MHz at 3.3V logic. A high-quality SiLabs CP2104 USB-Serial chip is included so that you can upload code at a blistering 921600 baud for fast development time. It also has auto-reset so no noodling with pins and reset button pressings. A 3.7V Lithium polymer battery connector is included, making it ideal for portable projects. The Heltec WiFi Kit 8 will automatically recharge a connected battery when USB power is available.

Product page: https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series

Invent One
----------

Expand Down
3 changes: 3 additions & 0 deletions package/package_esp8266com_index.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
{
"name": "Adafruit Feather HUZZAH ESP8266"
},
{
"name": "WiFi Kit 8"
},
{
"name": "Invent One"
},
Expand Down
0