Skip to content

Commit

Permalink
Comments 2
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Dec 4, 2018
1 parent a744acc commit 5f31317
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ public interface DfuSettingsConstants {
* for more details. The number of packets before receiving a Packet Receipt Notification
* is set with property {@link #SETTINGS_NUMBER_OF_PACKETS}.
*
* This constant is now deprecated. Please, use
* {@link DfuServiceInitiator#setPacketsReceiptNotificationsEnabled(boolean)} to set it.
* @deprecated Use {@link DfuServiceInitiator#setPacketsReceiptNotificationsEnabled(boolean)} to set it.
*/
@Deprecated
String SETTINGS_PACKET_RECEIPT_NOTIFICATION_ENABLED = "settings_packet_receipt_notification_enabled";
Expand Down

0 comments on commit 5f31317

Please sign in to comment.