We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ddb6d commit 7e0fe2eCopy full SHA for 7e0fe2e
firmware/conf.d/pn532_rfid-solo.yaml
@@ -258,8 +258,8 @@ button:
258
url += "&min_temp=" + std::to_string(static_cast<int>(id(filament_min_temp).state));
259
url += "&max_temp=" + std::to_string(static_cast<int>(id(filament_max_temp).state));
260
url += "&brand=" + std::string(id(filament_brand).state);
261
- url += "protocol" + std::string("openspool");
262
- url += "version" + std::string("1.0");
+ url += "&protocol" + std::string("openspool");
+ url += "&version" + std::string("1.0");
263
ESP_LOGI("rfid", "NDEF Record URL: %s", url.c_str());
264
message->add_uri_record(url);
265
0 commit comments