Skip to content

Commit 3be200e

Browse files
committed
Update incompatible protocol message.
1 parent 8dc7502 commit 3be200e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SerialPrograms/Source/Controllers/SerialPABotBase/SerialPABotBase_Connection.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ SerialPABotBase_Connection::get_programs_for_protocol(uint32_t protocol){
130130
throw SerialProtocolException(
131131
m_logger, PA_CURRENT_FUNCTION,
132132
"Incompatible protocol. Device: " + std::to_string(protocol) + "<br>"
133-
"Please install the firmware that came with this version of the program."
133+
"Please flash the .hex/.bin that came with this version of the program."
134134
);
135135
}
136136
--iter;
137137
if (iter->first < protocol / 100 * 100){
138138
throw SerialProtocolException(
139139
m_logger, PA_CURRENT_FUNCTION,
140140
"Incompatible protocol. Device: " + std::to_string(protocol) + "<br>"
141-
"Please install the firmware that came with this version of the program."
141+
"Please flash the .hex/.bin that came with this version of the program."
142142
);
143143
}
144144

0 commit comments

Comments
 (0)