mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
add board WiFi Slot (#3916)
This commit is contained in:
committed by
david gauchard
parent
ab7e109e4c
commit
9c5c16e9c8
@ -728,6 +728,20 @@ boards = collections.OrderedDict([
|
||||
'serial': '921',
|
||||
'desc': [ 'Product page: https://wifiduino.com/esp8266' ],
|
||||
}),
|
||||
( 'wifi_slot', {
|
||||
'name': 'Amperka WiFi Slot',
|
||||
'opts': {
|
||||
'.build.board': 'AMPERKA_WIFI_SLOT',
|
||||
'.build.variant': 'wifi_slot',
|
||||
},
|
||||
'macro': [
|
||||
'resetmethod_nodemcu',
|
||||
'flashfreq_menu',
|
||||
'flashmode_menu',
|
||||
'1M', '2M',
|
||||
],
|
||||
'desc': [ 'Product page: http://wiki.amperka.ru/wifi-slot' ],
|
||||
}),
|
||||
])
|
||||
|
||||
################################################################
|
||||
|
Reference in New Issue
Block a user