Skip to content

Commit db0176d

Browse files
authored
Update otwConfigurator.py
1 parent b76818f commit db0176d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

otwConfigurator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Program to update the WiFi SSID in main.cpp
1+
# OpenTimeWatch Configurator tool
22

33
print("Welcome to OpenTimeWatchOS configuration script")
44
file_path = "/home/jaswanth/Developer/Arduino/OpenTimeWatch-OS/src/osVariables/osVariables.cpp"
@@ -66,4 +66,4 @@ def configureDayLightOffset(userDayLight):
6666
userDayLight = input("Enter your area's day light offset(in seconds): ")
6767
configureDayLightOffset(userDayLight)
6868

69-
print("Configuration complete. Please upload the code.")
69+
print("Configuration complete. Please compile and upload the firmware.")

0 commit comments

Comments
 (0)