This seems a bit obvious, maybe I am just missing something, but isn’t there a simple way to output logging via serial or some sort of log viewer?
I have a Wemos D1 Mini, which is working fine, but it has an analogue pin labelled A0, which I would like to use as a touch sensor if possible. If I use Arduino with the board I can register a touch. The problem is, in WLED the drop-down of pins on the LED Prefs page doesn’t have an A0 option. It has 0 - 5 and 12 - 16, and out of those only 1 and 3 are in the DD but not physically on the board, so I guess the A0 pin may be one of those? But the next issue is I have no idea what the threshold should be, or if it is inverted etc. There are just too many variables and despite trying all combinations I can think of, it seems like I am groping in the dark.
So why is there not some built in logging, even if just to the USB serial, or maybe serial over some user defined pins? Although a web viewer would be even better. I gather I can recompile with a sprinkle of magic arguments and that might work, but not being a C kinda person, I have no idea how to do this. Surely some sort of verbose logging, enabled through the UI, would be an obvious thing to have?