Skip to content

Commit e3977a9

Browse files
committed
Add icons
1 parent f0673ee commit e3977a9

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

firmware/conf.d/extra.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ button:
5858
// id(rfid_reader_spi_0).write_mode(message);
5959
// delete message;
6060
61+
// even though it seems wrong to use 'new' without a 'delete'
62+
// this is the only code that doesn't crash.
6163
std::string url = id(openspool_url).state;
6264
ESP_LOGD("NFC", "Writing URL: %s", url.c_str());
6365
auto message = new nfc::NdefMessage();

firmware/conf.d/logger.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ logger:
1818
http_request: INFO
1919
scheduler: INFO
2020
text_sensor: INFO
21+
text_sensor.filter: INFO
2122
esp32_rmt_led_strip: INFO
2223
debug: INFO
2324
web_server: DEBUG
2425
light: INFO
26+
light.addressable: INFO
2527
api: INFO
2628
improv_serial: VERBOSE
2729
json: INFO

images/Logo3.png

4.22 MB
Loading

0 commit comments

Comments
 (0)