We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0673ee commit e3977a9Copy full SHA for e3977a9
firmware/conf.d/extra.yaml
@@ -58,6 +58,8 @@ button:
58
// id(rfid_reader_spi_0).write_mode(message);
59
// delete message;
60
61
+ // even though it seems wrong to use 'new' without a 'delete'
62
+ // this is the only code that doesn't crash.
63
std::string url = id(openspool_url).state;
64
ESP_LOGD("NFC", "Writing URL: %s", url.c_str());
65
auto message = new nfc::NdefMessage();
firmware/conf.d/logger.yaml
@@ -18,10 +18,12 @@ logger:
18
http_request: INFO
19
scheduler: INFO
20
text_sensor: INFO
21
+ text_sensor.filter: INFO
22
esp32_rmt_led_strip: INFO
23
debug: INFO
24
web_server: DEBUG
25
light: INFO
26
+ light.addressable: INFO
27
api: INFO
28
improv_serial: VERBOSE
29
json: INFO
images/Logo3.png
4.22 MB
0 commit comments