Skip to content
Merged
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
Update boards.txt.py
  • Loading branch information
gneiss15 authored Jul 1, 2021
commit 0548a44aafc342e5c5a8c1a396195963080301bb
17 changes: 17 additions & 0 deletions tools/boards.txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,23 @@
'Product page: https://www.adafruit.com/product/2821'
],
}),
( 'wifi_kit_8', {
'name': 'WiFi Kit 8',
'opts': {
'.build.board': 'wifi_kit_8',
'.build.variant': 'wifi_kit_8',
},
'macro': [
'resetmethod_nodemcu',
'flashmode_dio',
'flashfreq_40',
'4M',
],
'desc': [ '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'
],
}),
( 'inventone', {
'name': 'Invent One',
'opts': {
Expand Down