blob: c8266c0ecef581dc9ca9a83842ff65419dd5a318 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/python
DEVICES = {
'bullhead': '00606a370e3ca155',
'volantis': 'HT4BTWV00612',
'angler': '84B5T15A29021748',
'seed': '1285c85e',
'ryu': '5A27000599',
'shamu': 'ZX1G22W24R',
}
|