Menu
JAQForum Ver 19.10.27

Forum Index : Microcontroller and PC projects : Connecting to a WiFi Network

Posted: 07:10am
25 Aug 2026
Copy link to clipboard
Bizzie
Senior Member

Hi all,

I am trying to include the country code in my web mites (repeater problem seems it may help from the notes.
At the moment the web mite has these options
> option list
WebMite MMBasic Version 5.07.08RC4
OPTION WIFI Telstra174895, ************, WebClock
OPTION TELNET CONSOLE ON
>


Trying this I get a syntax error
> OPTION WIFI "Telstra174895","***************","WC","AU"
Error : Syntax


Because of the length I could not enter the command at the prompt.
So I placed the following as the first line (only line) of the program.

It looks like this

>
OPTION WIFI "Telstra174895","**********","WC","255.255.255.0","10.0.0.212","AU"
>


It runs without error "I think"
BUT nothing changes (Name does not change.)
So I believe this command has not worked. What am I doing wrong?
Rob White
 
Posted: 07:57am
25 Aug 2026
Copy link to clipboard
ville56
Guru

Hi Rob,

in the
>
OPTION WIFI "Telstra174895","**********","WC","255.255.255.0","10.0.0.212","AU"
>

there is the IP-address missing. You specified netmask and gateway but no IP. should look something like

>
OPTION WIFI "Telstra174895","**********","WC",IP_ADDRESS,"255.255.255.0","10.0.0.212","AU"
>

eidt: please check if you have the latest firmware version as the country codes have been implemeted rather recently.
Edited 2026-08-25 18:09 by ville56
 


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2026