Skip to content

Commit

Permalink
bump firmware version
Browse files Browse the repository at this point in the history
  • Loading branch information
dakhnod committed Oct 3, 2022
1 parent 685f2d7 commit 28c7dee
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.3.0";
char *version_fw = "0.4.0";
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 28c7dee

Please sign in to comment.