We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76818f commit db0176dCopy full SHA for db0176d
otwConfigurator.py
@@ -1,4 +1,4 @@
1
-# Program to update the WiFi SSID in main.cpp
+# OpenTimeWatch Configurator tool
2
3
print("Welcome to OpenTimeWatchOS configuration script")
4
file_path = "/home/jaswanth/Developer/Arduino/OpenTimeWatch-OS/src/osVariables/osVariables.cpp"
@@ -66,4 +66,4 @@ def configureDayLightOffset(userDayLight):
66
userDayLight = input("Enter your area's day light offset(in seconds): ")
67
configureDayLightOffset(userDayLight)
68
69
-print("Configuration complete. Please upload the code.")
+print("Configuration complete. Please compile and upload the firmware.")
0 commit comments