Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 06:10 26 Aug 2026 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

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

Author Message
Bizzie
Senior Member

Joined: 06/07/2014
Location: Australia
Posts: 193
Posted: 07:10am 25 Aug 2026
Copy link to clipboard 
Print this post

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
 
ville56
Guru

Joined: 08/06/2022
Location: Austria
Posts: 565
Posted: 07:57am 25 Aug 2026
Copy link to clipboard 
Print this post

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
                                                                 
73 de OE1HGA, Gerald
 
Print this page


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