esp-web-tools
esp-web-tools copied to clipboard
make qrcode working by choose Font in the Console
Hi, following the Discussion there: https://github.com/espressif/idf-eclipse-plugin/issues/620 it would be nice to be able to select another Font for the Console.
currently QRCODE does not work.
Thanks, Franz
We use a console font for the console: https://github.com/esphome/esp-web-tools/blob/ffe6514d6adcafa823044c48ce12bbcdfd801552/src/components/ewt-console.ts#L29
The problem here it seems is that it expects there to be no space between different printed lines on the console. I don't know what the usual approach is there.