Merge pull request #1021 from rcarteraz/recommended

Update Firmware.swift
This commit is contained in:
Garth Vander Houwen 2024-12-16 16:19:19 -08:00 committed by GitHub
commit 90fdc78946
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,7 +148,7 @@ struct Firmware: View {
VStack(alignment: .leading) {
Text("ESP32 Device Firmware Update")
.font(.title3)
Text("Currently the reccomended way to update ESP32 devices is using the web flasher on a desktop computer from a chrome based browser. It does not work on mobile devices or over BLE.")
Text("Currently the recommended way to update ESP32 devices is using the web flasher on a desktop computer from a chrome based browser. It does not work on mobile devices or over BLE.")
.font(.caption)
Link("Web Flasher", destination: URL(string: "https://flash.meshtastic.org")!)
.font(.callout)