TheUnknownDad

Results 13 comments of TheUnknownDad

Until there is that new function, one can implement the feature via a script that reads the hash parameters and executes a teleport api call once the room is loaded.

Whenever this is finally integrated, it should be possible to filter the user list in the chat window by name or other user attributes to actually find people.

Wouldn't it be possible to have a composable string (multiline allowed) using mustache templating to make the "popup" configurable and also make another string with a simple, single line using...

Ahhh. That's great. I didn't see that feature because of our anonymous world setup. Does this already get stated as another consequence if you start an anonymous world in the...

I use self-hosted version. There is no world id set ("_" it is). I actually recreated a search feature by myself now via extends to a script shared over all...

Thanks for noticing that. In my opinion there should be a configurable option to be OTA safe and have less memory for rtcvars. Do you know a safe way to...

Your interpretation of my code does not follow the original intent. The slots are actually of dynamic size and not stuck to 4 bytes. The byte count at the beginning...

I have to investigate further to confirm your finding. It sounds very plausible and I am irritated if I missed something right from the start. I'll keep you informed here.

Hm. Good point. Actually I didn‘t know a lot about ESP32 when starting this project. I found out there is a working solution without any library on ESP32 Arduino, just...