SSID has spaces on name

Hi, my SSID is “Andreia Oi Miguel 2.4G”

There are spaces…

How can i define on

settings set … ? <============

1 Like

You can escape the space character with a backslash. So if your SSID is “golioth staff”:

esp32> settings set wifi/ssid golioth\ staff
Setting wifi/ssid saved
esp32> settings get wifi/ssid
golioth staff

I’ve just tested this locally and found it to be working. Let us know if you have any issues. Thanks!

1 Like

Hello, it´’s working now!
THANKS!

I am doing a blog using the U-BLOX W106 :slight_smile:
U-BLOX NINA W: u-BLOX NINA W106 SENDO PROGRAMADO COM GOLIOTH (blinky-nina-w102.blogspot.com)

I work to u-blox representative in South America

Very cool! Let us know if we can help, either for the article itself or promoting it once it’s out in the world

This is the bsicasic example…if we can add more examples, like analog to digital…and publish the data values using a dashboard interface ?

is there example about that or reading other sensors, golioth github projects to ready to compile ? esp-idf or zephyr rtos ?

I am rebuild the BLOG now with ZEPHYR-RTOS, then the blog show that is possible with ESP-IDF and ZEPHYR-RTOS

I hope that help! All compiled on WSL2 :slight_smile:

Suggestions will be welcome