Backticks... (Request to admins)
-
Hello people running this board...
Can we please have a sticky post pointing out that people should put code between two lines with three backticks (These things: -> ` <-) on them so that when they post their code it ends up looking like this:
#include <M5ez.h> void setup() { ez.begin(); } void loop() { ez.msgBox("M5ez minimal program", "Hello World !", "Settings"); ez.settings.menu(); }
and not like this:
#include <M5ez.h>
void setup() {
ez.begin();
}void loop() {
ez.msgBox("M5ez minimal program", "Hello World !", "Settings");
ez.settings.menu();
} -
It should be good to explain how to use other tags, too (if any).
Thank you in advance! -
Or even what tags are available.
-
-
Thank you!
-
Thank you.