sidecartridge / atarist-sidecart-raspberry-pico

AtariST cartridge emulator based on Raspberry Pi Pico and RP2040
GNU General Public License v3.0
53 stars 4 forks source link

Add a per-country configuration of the Wifi #81

Closed diegoparrilla closed 7 months ago

diegoparrilla commented 7 months ago

Acknowledging user feedback on Pico W.'s network coverage issues, particularly in the US, we are introducing a new parameter, WIFI_COUNTRY, to improve connectivity. This parameter allows for country-specific Wi-Fi initialization using the ISO 3166-1 alpha-2 country code. If not specified, the default WORLDWIDE setting remains. This adjustment aims to optimize performance by addressing the unique network characteristics of different regions.

nplanel commented 7 months ago

https://github.com/diegoparrilla/atarist-sidecart-raspberry-pico/pull/83