Skip to content

Commit

Permalink
Fix typo in uri
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Dec 9, 2024
1 parent bde1f89 commit 866b31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/conf.d/pn532_rfid-solo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ button:
//auto uri_record = std::make_unique<nfc::NdefRecordUri>();
//std::string url = "https://openspool.io/tag?";
//url.append("protocol=").append("openspool");
//url.append("version=").append("1.0");
//url.append("&version=").append("1.0");
//url.append("&color_hex=").append(id(filament_color_hex).state);
//url.append("&type=").append(id(filament_type).state);
//url.append("&min_temp=").append(std::to_string(static_cast<uint16_t>(id(filament_min_temp).state)));
Expand Down

0 comments on commit 866b31a

Please sign in to comment.