From b7860c9905a5a1954fd239f025c6c11b1809680c Mon Sep 17 00:00:00 2001 From: Jason Carroll Date: Tue, 13 Jul 2021 15:28:05 -0700 Subject: [PATCH] Removed Dev mode key provisioning from updates section. --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51422138ca3..011a48c07e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,10 +54,6 @@ This repository contains the `FreeRTOS AWS Reference Integrations`, which are pr - Updated the secure socket test suite to be simpler and more robust. -#### Dev Mode Key Provisioning - - - Updated race-condition issue when provisioning ESP32-WROOM-32SE boards with [Dev Mode Key Provisioning](./demos/dev_mode_key_provisioning/) utility by adding delay with a new configuration macro, `keyprovisioningDELAY_BEFORE_KEY_PAIR_GENERATION_SECS`. Refer to PR #3315 for more information. - #### Demos - Added coreMQTT-Agent Demo.