Skip to content

Commit

Permalink
Add Mercury 1.0 to Boards
Browse files Browse the repository at this point in the history
  • Loading branch information
iotgupta committed Jul 15, 2024
1 parent f2bb42c commit f16a2e8
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion tools/boards.txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,24 @@
'is a multi-chip package which contains ESP8266 and 1MB flash. '
],

})
}),
( 'mercury1', {
'name': 'MERCURY 1.0',
'opts': {
'.build.board': 'mercury',
'.build.variant': 'mercury_v1',
},
'macro': [
'resetmethod_nodemcu',
'flashmode_dio',
'flashfreq_40',
'4M',
],
'desc': [ 'ESP8266 based board that support onboard 2x brushed motor driver. Designed for beginners with age 10+ who aspire to become robotics engineers.',
'',
'Product page: https://www.raliotech.com/'
],
})
])


Expand Down

0 comments on commit f16a2e8

Please sign in to comment.