Update latest firmware versions

This commit is contained in:
Matt Bowman 2021-01-22 16:04:22 -05:00 committed by GitHub
parent b96e73cd0a
commit 46392ca385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ void MainWindow::window_appear() {
void MainWindow::reload() {
clean_container();
container()->add<Label>("* For better performance use 5GHz WiFi, latest system firmware (10.0.2/10.0.3) and Atmosphère (0.12.0)");
container()->add<Label>("* For better performance use 5GHz WiFi, latest system firmware (11.0.0/11.0.1) and Atmosphère (0.17.1)");
container()->add<Widget>()->set_fixed_height(6);
auto button_container = container()->add<Widget>();