]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/tinyos/misc/tos-deluge
Switch Deluge T2 to the AM IDs indicated by TEP 135.
[tinyos-2.x.git] / tools / tinyos / misc / tos-deluge
index b8e79ce4759217f3865b56ab42a21deffd5b4b1d..c1c7777fb86b7c87d483232be7184371f3c19434 100755 (executable)
@@ -36,8 +36,8 @@ from datetime import datetime
 PATH_PY_BUILD_IMAGE  = os.path.join(os.path.dirname(sys.argv[0]), 'tos-build-deluge-image')
 
 # TinyOS serial communication parameters
-FM_AMID = 0xAB
-DM_AMID = 0xAC
+FM_AMID = 0x53
+DM_AMID = 0x54
 SERIAL_DATA_LENGTH = 28 - 1 - 1 - 2 - 2
 BAUDRATES = {'micaz': 57600,
              'telosb': 115200,