File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
SerialPrograms/Source/Controllers/SerialPABotBase Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments