mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
Boards - add Mercury 1.0 (#9166)
Co-authored-by: Gaurang Gupta <iotgupta@gmail.com>
This commit is contained in:
@ -445,6 +445,23 @@ boards = collections.OrderedDict([
|
||||
],
|
||||
'desc': [ 'ESPresso Lite 2.0 is an Arduino-compatible Wi-Fi development board based on an earlier V1 (beta version). Re-designed together with Cytron Technologies, the newly-revised ESPresso Lite V2.0 features the auto-load/auto-program function, eliminating the previous need to reset the board manually before flashing a new program. It also feature two user programmable side buttons and a reset button. The special distinctive features of on-board pads for I2C sensor and actuator is retained.', ]
|
||||
}),
|
||||
( 'mercury1', {
|
||||
'name': 'Mercury 1.0',
|
||||
'opts': {
|
||||
'.build.board': 'mercury',
|
||||
'.build.variant': 'mercury_v1',
|
||||
},
|
||||
'macro': [
|
||||
'resetmethod_nodemcu',
|
||||
'flashmode_dio',
|
||||
'flashfreq_40',
|
||||
'4M',
|
||||
],
|
||||
'desc': [ 'Based on ESP8266, Mercury is board developed by Ralio Technologies. Board supports on motor drivers and direct-connect feature for various endpoints.',
|
||||
'',
|
||||
'Product page: https://www.raliotech.com',
|
||||
],
|
||||
}),
|
||||
( 'phoenix_v1', {
|
||||
'name': 'Phoenix 1.0',
|
||||
'opts': {
|
||||
|
Reference in New Issue
Block a user