Ignore:
Timestamp:
Jun 22, 2021, 9:00:19 PM (3 years ago)
Author:
coas-nagasima
Message:

WolfSSLとAzure IoT SDKを更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub_f767zi/trunk/azure_iot_sdk/iothub_client/inc/internal/iothub_internal_consts.h

    r457 r464  
    1010#endif
    1111
    12     static const char* IOTHUB_API_VERSION = "2019-10-01";
    13     // TODO: https://github.com/Azure/azure-iot-sdk-c/issues/1547 tracks removing this preview
    14     // variable once the underlying logic is enabled on all IoTHubs.
    15     static const char* IOTHUB_API_PREVIEW_VERSION = "2020-05-31-preview";
    16 
     12    static const char* IOTHUB_API_VERSION = "2020-09-30";
    1713    static const char* SECURITY_INTERFACE_INTERNAL_ID = "iothub-interface-internal-id";
    1814    static const char* SECURITY_INTERFACE_INTERNAL_ID_VALUE = "security*azureiot*com^SecurityAgent^1*0*0";
Note: See TracChangeset for help on using the changeset viewer.