.
Step 0
Removed all the changes to the config.txt that had been recommended, so started clean.
Step 1
This is a list of WiFi adapters that have drivers built-in to the Linux kernal in the Pi. I went through all the reviews. I focused on the ones that people confirmed were plug and play with Raspberry Pi.
https://github.com/morrownr/USB-WiFi/blob/main/home/USB_WiFi_Adapters_that_are_supported_with_Linux_in-kernel_drivers.md#ac1200--ac1300---usb-3---24-ghz-and-5-ghz-wifi-5
Step 2
https://www.amazon.com/AWUS036ACHM-802-11ac-Range-Boost-Adapter/dp/B08SJBV1N3/ref=cm_cr_arp_d_product_top?ie=UTF8
Step 3
Plugged in the adapter and ran IFCONFIG - adapter was found as "wan1", but Pi was still connecting to the internal WiFi wan0. Ran sudo iwlist wlan1 Scan but it could not find anything. I needed to disable the internal WiFi.
**
Step 4**
sudo nano /boot/config.txt this opened up the text editor
add "dtoverlay=disable-wifi" to the /boot/config.txt in the {ALL} section. Ctrl-X to exit and YES to save
Step 5
sudo reboot
**Step 6 **
Found the new IP address for the Pi's external USB Wifi adapter via my Firewalla app and set that IP address to static. Most routers will allow you to do the same. I just looked for RatOS as the device.
Step 7
Go to the IP address to view Mainsail. Don't forget to prevent your browser from adding the "s" in https://. It's got to be http:// followed by the IP address you identified in Step 6. In my case, Mainsail showed errors because the machine is not yet wired and commissioned. Click "Configurator" on the left side of the Mainsail screen.
Step 8
When you are at (your.ip.add.ress) /configure navigate to setup wizard and confirm your login credentials.