Skip to content

Commit 4eb217e

Browse files
authored
Adjusting samples to show difficulty with 🌶️ (#251)
***NO_CI***
1 parent f5f3ff7 commit 4eb217e

File tree

120 files changed

+223
-190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+223
-190
lines changed
File renamed without changes.
File renamed without changes.

README.md

+2

samples/1-Wire/README.md

+1-1

samples/ADC/README.md

+1-1

samples/AMQP/Azure-IoT-Hub/README.md

+1-1

samples/AMQP/Azure-ServiceBus-Sender/README.md

+1-1

samples/AMQP/README.md

+1-1

samples/AzureMQTTTwinsBMP280Sleep/AzureMQTT/Program.cs

+7
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
Trace($"WifiNetworkHelper.HelperException");
6969
}
7070

71+
// This prevent to debug, once in deep sleep, you won't be able to connect to the device
72+
// So comment to, start with and check what's happening.
7173
GoToSleep();
7274
}
7375

@@ -184,6 +186,11 @@
184186
// To sleep
185187
}
186188

189+
190+
// This prevent to debug, once in deep sleep, you won't be able to connect to the device
191+
// So comment to, start with and check what's happening.
192+
// And un comment the next line
193+
////Thread.Sleep(Timeout.Infinite);
187194
// Just go to sleep when we will arrive at this point
188195
GoToSleep();
189196

samples/AzureMQTTTwinsBMP280Sleep/README.md

+3-1

samples/AzureSDK/AzureEdgeOta/README.md

+1-1

samples/AzureSDK/AzureIoTPnP/README.md

+1-1

samples/AzureSDK/AzureSDK/README.md

+1-1

samples/AzureSDK/AzureSDKSensorCertificate/Readme.md

+3-1

samples/AzureSDK/AzureSDKSleepBMP280/Program.cs

+7
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
// To sleep
7070
}
7171

72+
// This prevent to debug, once in deep sleep, you won't be able to connect to the device
73+
// So comment to, start with and check what's happening.
74+
// And un comment the next line
75+
////Thread.Sleep(Timeout.Infinite);
7276
// Just go to sleep when we will arrive at this point
7377
GoToSleep();
7478

@@ -86,6 +90,9 @@ void ConnectToWifi()
8690
var success = WifiNetworkHelper.ConnectDhcp(Ssid, Password, requiresDateTime: true, token: cs.Token);
8791
if (!success)
8892
{
93+
94+
// This prevent to debug, once in deep sleep, you won't be able to connect to the device
95+
// So comment to, start with and check what's happening.
8996
GoToSleep();
9097
}
9198
}

samples/AzureSDK/AzureSDKSleepBMP280/README.md

+3-1

samples/AzureSDK/README.md

+5-5

samples/Blinky/README.md

+1-1

samples/Bluetooth/BluetoothLESample1/README.md

+1-1

samples/Bluetooth/BluetoothLESample2/README.md

+1-1

samples/Bluetooth/BluetoothLESample3/README.md

+1-1

samples/Bluetooth/BluetoothLESerial/README.md

+1-1

samples/Bluetooth/ImprovWifi/README.md

+1-1

samples/Bluetooth/README.md

+10-9

samples/CAN/README.md

+1-1

samples/Collections/README.md

+1-1

samples/Converter.Base64/README.md

+1-1

samples/DAC/README.md

+4-4

samples/DebugGC.Test/README.md

+1-1

samples/DependencyInjection/README.md

+4-4

samples/ExecutionConstraint/README.md

+1-1

samples/GCStressTest/README.md

+1-1

samples/GiantGecko.Adc/README.md

+3-3

samples/Gpio/Gpio+Events/README.md

+2-2

samples/Gpio/Gpio+EventsIoTStyle/README.md

+3-3

samples/Gpio/README.md

+3-3

0 commit comments

Comments
 (0)