@@ -67,20 +67,20 @@ const neCommunicationFailed = 199;
67
67
68
68
// Notices, by ID
69
69
notices = {
70
- [ nsDownloading ] : "." , /*Downloading*/
71
- [ nsVerifyingRAM ] : "Verifying RAM. " ,
72
- [ nsDownloadSuccessful ] : "Download successful. " ,
73
- [ nsVerifyingEEPROM ] : "Programming and verifying EEPROM. " ,
74
- [ neDownloadFailed ] : "Download failed. " ,
75
- [ nePropellerNotFound ] : "Propeller not found. " ,
76
- [ neCanNotOpenPort ] : "Can not open port %s. " ,
77
- [ neCanNotSetBaudrate ] : "Can not set port %s to baudrate %s. " ,
78
- [ neUnknownPropellerVersion ] : "Found Propeller version %d - expected version 1. " ,
79
- [ neRAMChecksumFailed ] : "RAM checksum failed! " ,
80
- [ neEEPROMVerifyFailed ] : "EEPROM verify failed! " ,
81
- [ neCommunicationLost ] : "Communication lost! " , /*No response*/
82
- [ neLoaderFailed ] : "Loader failed. " ,
83
- [ neCommunicationFailed ] : "Communication failed! " /*Response unexpected*/
70
+ [ nsDownloading ] : "Downloading" ,
71
+ [ nsVerifyingRAM ] : "Verifying RAM" ,
72
+ [ nsDownloadSuccessful ] : "Download successful! " ,
73
+ [ nsVerifyingEEPROM ] : "Programming and verifying EEPROM" ,
74
+ [ neDownloadFailed ] : "Download failed! " ,
75
+ [ nePropellerNotFound ] : "Propeller not found" ,
76
+ [ neCanNotOpenPort ] : "Can not open port %s" ,
77
+ [ neCanNotSetBaudrate ] : "Can not set port %s to baudrate %s" ,
78
+ [ neUnknownPropellerVersion ] : "Found Propeller version %d - expected version 1" ,
79
+ [ neRAMChecksumFailed ] : "RAM checksum failed" ,
80
+ [ neEEPROMVerifyFailed ] : "EEPROM verify failed" ,
81
+ [ neCommunicationLost ] : "Communication lost" , /*No response*/
82
+ [ neLoaderFailed ] : "Loader failed" ,
83
+ [ neCommunicationFailed ] : "Communication failed" /*Response unexpected*/
84
84
} ;
85
85
86
86
function notice ( noticeId = 0 , values = [ ] ) {
0 commit comments