Skip to content

Commit

Permalink
Fix default product name and device name
Browse files Browse the repository at this point in the history
  • Loading branch information
shampletov-no committed Feb 13, 2024
1 parent 600ee5c commit 1be3e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/util/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def __getitem__(self, uid):
else:
item.project = Protocol(name="default_project",
version="0.0.1",
product_name="Default product name",
device_name="Default device name",
product_name="Red Apple",
device_name="ZAX",
pid="0x1234",
vid="0x5678",
manufacturer="Acme Corporation")
Expand Down

0 comments on commit 1be3e82

Please sign in to comment.