Skip to content

Commit

Permalink
Changed FW version to 0.57.10
Browse files Browse the repository at this point in the history
  • Loading branch information
r0mko committed Apr 8, 2020
1 parent 8c28a57 commit f032cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ebike_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ static void communications_process_packages(uint8_t ui8_frame_type)
ui8_tx_buffer[3] = ui8_m_system_state;
ui8_tx_buffer[4] = 0;
ui8_tx_buffer[5] = 57;
ui8_tx_buffer[6] = 11;
ui8_tx_buffer[6] = 10;
ui8_len += 4;
break;

Expand Down

0 comments on commit f032cb0

Please sign in to comment.