bvenneker / Chat64

C64 Chat Cartridge, 2023
GNU General Public License v3.0
13 stars 2 forks source link

SSID names with spacebars not working #15

Closed dimian123 closed 1 month ago

dimian123 commented 1 month ago

I have trouble connecting to wifi. I have spacebars in my SSID name (for example "ASUS Wifi"). When I type in on the C64 it gives me error and the SSID name only displays the first word. It works when I connect to my mobile hotspot SSID named "test".

bvenneker commented 1 month ago

Hi, Yes that is a known limitation at the moment. We will change that in the future?

for my information: What version number do you see at the bottom of the main menu?

dimian123 commented 1 month ago

Version is ROM 3.64 ESP 3.68 04/2024

bvenneker commented 1 month ago

I will fix that issue with spaces in the SSID name this weekend. Do you have experience with the Arduino IDE? are you able to upload new firmware to the ESP32?

dimian123 commented 1 month ago

Ok, cool! Yes I have everything setup and ready.

bvenneker commented 1 month ago

Okay, You will need to download this zip file https://github.com/bvenneker/Chat64/blob/Boot-Loader/ESP32%20Sketch/C64_Chat_3_71.zip and follow the steps in this readme https://github.com/bvenneker/Chat64/blob/Boot-Loader/ESP32%20Sketch/C64_Chat_3_71/readme.md

dimian123 commented 1 month ago

working!

bvenneker commented 1 month ago

Nice, Closing issue