sfromis
sfromis
Usually it works well if you have a good single search word like `FRC`, but no hits. Combined words can be searched like `+boot +loop` or `"boot" "loop"` (Boot loops...
To be clear, I was **only** responding to your troubles with searching for a sentence, not about the reasonably useless searching for `>D` when there is only one page to...
The point is that users searching for `>D` would not be "raw newbies", but come from a basis of wanting to use the scripter feature. Sure, the rudimentary docs search...
While this is not a comparison, you can still check the coding examples, and do your own mental matching to how you'd do in other languages you know. https://github.com/berry-lang/berry/tree/master/examples As...
As things have become now, it looks like people wanting to get started with some language (or whatever) are increasingly turning to ChatGPT (or another LLM), which struggles to generate...
> Also, I think Berry should be added to that list (https://github.com/dbohdan/embedded-scripting-languages)! It is now :smile:
I can confirm `DisplayRotate` not making a difference with a SSD1306 connected to an ESP32 with a current Tasmota dev build. Same result if trying to set the rotation angle...
It seems "odd" that you use `TempFormatSet 1` without also having `SetOption8 1` for Fahrenheit. Would it help being consistent about temperature format? Still, on Discord user "Serotonin Please" (you?)...
That change makes sense, as `ConvertTempToCelsius` only converts if `SetOption8` is set for Fahrenheit units for temperatures.