mirror of
https://github.com/esphome/esphome.git
synced 2024-12-19 16:07:47 +01:00
Add framework info to Nextion log tags (#5864)
This commit is contained in:
parent
c53874788a
commit
049a7a0113
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace nextion {
|
namespace nextion {
|
||||||
static const char *const TAG = "nextion_upload";
|
static const char *const TAG = "nextion.upload.arduino";
|
||||||
|
|
||||||
// Followed guide
|
// Followed guide
|
||||||
// https://unofficialnextion.com/t/nextion-upload-protocol-v1-2-the-fast-one/1044/2
|
// https://unofficialnextion.com/t/nextion-upload-protocol-v1-2-the-fast-one/1044/2
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace nextion {
|
namespace nextion {
|
||||||
static const char *const TAG = "nextion_upload";
|
static const char *const TAG = "nextion.upload.idf";
|
||||||
|
|
||||||
// Followed guide
|
// Followed guide
|
||||||
// https://unofficialnextion.com/t/nextion-upload-protocol-v1-2-the-fast-one/1044/2
|
// https://unofficialnextion.com/t/nextion-upload-protocol-v1-2-the-fast-one/1044/2
|
||||||
|
Loading…
Reference in New Issue
Block a user