Rev 1636 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1636 | Rev 1637 | ||
|---|---|---|---|
| Line 148... | Line 148... | ||
| 148 | appinfo += ", device type ATmega328"; |
148 | appinfo += ", device type ATmega328"; |
| 149 | break; |
149 | break; |
| 150 | default: |
150 | default: |
| 151 | appinfo += ", device type unknown"; |
151 | appinfo += ", device type unknown"; |
| 152 | break; |
152 | break; |
| 153 | } |
- | |
| 154 | } |
153 | } |
| 155 | } |
154 | } |
| 156 | Console.WriteLine("Bios started on node 0x" + String.Format("{0:x2}", sender) + |
155 | Console.WriteLine("Bios started on node 0x" + String.Format("{0:x2}", sender) + |
| 157 | ", bios version 0x" + String.Format("{0:x2}", data[1]) + String.Format("{0:x2}", data[0]) + |
156 | ", bios version 0x" + String.Format("{0:x2}", data[1]) + String.Format("{0:x2}", data[0]) + |
| 158 | ", " + appinfo |
157 | ", " + appinfo |