Rev 779 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 779 | Rev 880 | ||
|---|---|---|---|
| Line 7... | Line 7... | ||
| 7 | # Do not choose 0 as X, also 1 is a bad choice |
7 | # Do not choose 0 as X, also 1 is a bad choice |
| 8 | # This should not be used on nodes with application under developement |
8 | # This should not be used on nodes with application under developement |
| 9 | #AUTOSTART=5 |
9 | #AUTOSTART=5 |
| 10 | 10 | ||
| 11 | # Node hardware id, this number should be unique on your network |
11 | # Node hardware id, this number should be unique on your network |
| 12 | # leave as <GENERATE_HW> at first compile, the build will then |
12 | # leave as <GENERATE_HW> at first compile, the build will then automatically set it to whatever gets generated (see config.h) |
| 13 | # Never set this manually if you are not sure what you are doing |
13 | # Never set this manually if you are not sure what you are doing |
| 14 | NODE_HW_ID=<GENERATE_HW> |
14 | NODE_HW_ID=<GENERATE_HW> |
| 15 | 15 | ||
| 16 | # example: |
16 | # example: |
| 17 | #NODE_HW_ID=0x12345678 |
17 | #NODE_HW_ID=0x12345678 |