Skip to content

Commit

Permalink
Prepare for next minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightkingale committed Oct 22, 2023
1 parent c7da63d commit 28e9aa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ If the program is placed correctly on an SD card, Wii U Time Sync will be listed
* If Wii U Time Sync doesn't show up in the Wii U Plugin System Config Menu, confirm you placed the WPS file on your SD card correctly and restart your console.
* `Configuration -> Syncing Enabled`: Enables syncing to the Internet, `false` by default.
* `Configuration -> Show Notifications`: Shows a notification whenever Wii U Time Sync adjusts the clock, `false` by default.
* `Configuration -> Time Offset (hours)`: The amount of hours to add/subtract from the coordinated universal time, `0` by default.
* `Configuration -> Time Offset (minutes)`: The amount of minutes to add/subtract from the coordinated universal time, `0` by default.
* `Configuration -> Message Duration (seconds)`: The amount of seconds which notifications will appear on screen for, `5` by default.
* `Configuration -> Hour Offset`: The amount of hours to add/subtract from the coordinated universal time, `0` by default.
* `Configuration -> Minutes Offset`: The amount of minutes to add/subtract from the coordinated universal time, `0` by default.
* `Configuration -> Notification Duration (seconds)`: The amount of seconds which notifications will appear on screen for, `5` by default.
* `Configuration -> Tolerance (milliseconds)`: The amount of milliseconds in which Wii U Time Sync will tolerate differences, `250` by default.
* `Configuration -> Detect Timezone`: Uses the IP Geolocation API to guess the timezone, setting the offset accordingly.
* `Configuration -> NTP Servers`: The list of NTP servers in which the plugin connects to, only `ntp.pool.org` by default.
* This cannot be edited on the console. However, you can edit the Wii U Time Sync configuration file on a computer to adjust the default server, or add more.
* The configuration file: `wiiu/environments/aroma/plugins/config/Wii U Time Sync.json`
Expand Down
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Important plugin information.
WUPS_PLUGIN_NAME(PLUGIN_NAME);
WUPS_PLUGIN_DESCRIPTION("A plugin that synchronizes a Wii U's clock to the Internet.");
WUPS_PLUGIN_VERSION("v2.0.0");
WUPS_PLUGIN_VERSION("v2.1.0");
WUPS_PLUGIN_AUTHOR("Nightkingale, Daniel K. O.");
WUPS_PLUGIN_LICENSE("MIT");

Expand Down

0 comments on commit 28e9aa8

Please sign in to comment.