1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Add framework info to Nextion log tags (#5864)

This commit is contained in:
Edward Firmo
2023-12-07 00:57:06 +01:00
committed by GitHub
parent c53874788a
commit 049a7a0113
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
namespace esphome {
namespace nextion {
static const char *const TAG = "nextion_upload";
static const char *const TAG = "nextion.upload.arduino";
// Followed guide
// https://unofficialnextion.com/t/nextion-upload-protocol-v1-2-the-fast-one/1044/2

View File

@@ -15,7 +15,7 @@
namespace esphome {
namespace nextion {
static const char *const TAG = "nextion_upload";
static const char *const TAG = "nextion.upload.idf";
// Followed guide
// https://unofficialnextion.com/t/nextion-upload-protocol-v1-2-the-fast-one/1044/2