ESP32-sveltekit
ESP32-sveltekit copied to clipboard
ESPD_LOGx: replace first argument with TAG and define TAG as 🐼
This has a few advantages:
- First argument is already displayed in the output so no need to repeat, makes the text more compact
- Easy to visually see which log comes from which part of the system. 🐼 is core ESP32-sveltekit, other tags can be used for added functionality
- Funny 😉