Merge pull request #54 from bowman-matt/patch-1

Update latest firmware versions
This commit is contained in:
Andrey K 2021-01-27 10:38:16 +03:00 committed by GitHub
commit 3ac57f20d6
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>();