mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Add support for Seeed Wio Link board (#4943)
This commit is contained in:
@ -784,6 +784,25 @@ boards = collections.OrderedDict([
|
||||
],
|
||||
'desc': [ 'Product page: http://wiki.amperka.ru/wifi-slot' ],
|
||||
}),
|
||||
( 'wiolink', {
|
||||
'name': 'Seeed Wio Link',
|
||||
'opts': {
|
||||
'.build.board': 'ESP8266_WIO_LINK',
|
||||
'.build.variant': 'wiolink',
|
||||
},
|
||||
'macro': [
|
||||
'resetmethod_nodemcu',
|
||||
'flashmode_qio',
|
||||
'flashfreq_40',
|
||||
'4M',
|
||||
],
|
||||
'desc': [ 'Wio Link is designed to simplify your IoT development. It is an ESP8266 based open-source Wi-Fi development board to create IoT applications by virtualizing plug-n-play modules to RESTful APIs with mobile APPs. Wio Link is also compatible with the Arduino IDE.',
|
||||
'',
|
||||
'Please DO NOTICE that you MUST pull up pin 15 to enable the power for Grove ports, the board is designed like this for the purpose of peripherals power management.',
|
||||
'',
|
||||
'Product page: https://www.seeedstudio.com/Wio-Link-p-2604.html'
|
||||
],
|
||||
})
|
||||
])
|
||||
|
||||
################################################################
|
||||
|
Reference in New Issue
Block a user