-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
84 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// SPDX-License-Identifier: MIT | ||
|
||
#define IOT_CONFIG_WIFI_SSID "APQLZM" | ||
#define IOT_CONFIG_WIFI_PASSWORD "silly1371" | ||
#define IOT_CONFIG_WIFI_SSID "<SSID>" | ||
#define IOT_CONFIG_WIFI_PASSWORD "<SSIDPWD>" | ||
|
||
// Azure IoT | ||
#define IOT_CONFIG_IOTHUB_FQDN "AzPicoGPDHub1.azure-devices.net" | ||
#define IOT_CONFIG_DEVICE_ID "azpicogpsdev1" | ||
#define IOT_CONFIG_DEVICE_KEY "sS6VTMfqcoyePD2ohYOItPJTfvs3RCKaLQIWsNEwCcE=" | ||
#define IOT_CONFIG_IOTHUB_FQDN <"HUB PATH>" | ||
#define IOT_CONFIG_DEVICE_ID "<DEVICEID>>" | ||
#define IOT_CONFIG_DEVICE_KEY "<DEVICE KEY>" | ||
|
||
|
||
// Publish 1 message every 2 seconds | ||
#define TELEMETRY_FREQUENCY_MILLISECS 2000 | ||
#define TELEMETRY_FREQUENCY_MILLISECS 10000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...oreApp,Version=v3.1.AssemblyAttributes.cs → ...oreApp,Version=v6.0.AssemblyAttributes.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// <autogenerated /> | ||
using System; | ||
using System.Reflection; | ||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = ".NET Core 3.1")] | ||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
read-d2c-messages-Net6/obj/Debug/net6.0/read-d2c-Messages-Net6.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fa45f9b7ee6e127a2de2ecb0ec05441354260657 |
11 changes: 11 additions & 0 deletions
11
...es-Net6/obj/Debug/net6.0/read-d2c-Messages-Net6.GeneratedMSBuildEditorConfig.editorconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
is_global = true | ||
build_property.TargetFramework = net6.0 | ||
build_property.TargetPlatformMinVersion = | ||
build_property.UsingMicrosoftNETSdkWeb = | ||
build_property.ProjectTypeGuids = | ||
build_property.InvariantGlobalization = | ||
build_property.PlatformNeutralAssembly = | ||
build_property.EnforceExtendedAnalyzerRules = | ||
build_property._SupportedPlatformList = Linux,macOS,Windows | ||
build_property.RootNamespace = read-d2c-Messages-Net6 | ||
build_property.ProjectDir = c:\Users\david\Documents\Arduino\RPIPicoWGPSandBT\read-d2c-messages-Net6\ |
Binary file added
BIN
+71.8 KB
...-d2c-messages-Net6/obj/Debug/net6.0/read-d2c-Messages-Net6.csproj.AssemblyReference.cache
Binary file not shown.
1 change: 0 additions & 1 deletion
1
read-d2c-messages/obj/Debug/netcoreapp3.1/read-d2c-messages.AssemblyInfoInputs.cache
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...sages/obj/Debug/netcoreapp3.1/read-d2c-messages.GeneratedMSBuildEditorConfig.editorconfig
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-68.9 KB
read-d2c-messages/obj/Debug/netcoreapp3.1/read-d2c-messages.csproj.AssemblyReference.cache
Binary file not shown.