Skip to content

Commit

Permalink
bumped firmware version
Browse files Browse the repository at this point in the history
  • Loading branch information
dakhnod committed Nov 8, 2022
1 parent eab5899 commit a76bdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ble/sensor_ble.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ void ble_handle_connection_parameters_configuration_update(ble_configuration_con

ret_code_t dis_init(){
char *manufacturer = "https://github.com/dakhnod/nRF51-GPIO-BLE-Bridge";
char *version_fw = "0.5.0";
char *version_fw = "0.5.1";
ble_srv_security_mode_t sec_mode;
BLE_GAP_CONN_SEC_MODE_SET_OPEN(&sec_mode.read_perm);
BLE_GAP_CONN_SEC_MODE_SET_NO_ACCESS(&sec_mode.write_perm);
Expand Down

0 comments on commit a76bdf8

Please sign in to comment.