Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Fix notice message to point to the right file and references #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion IPlugExamples/duplicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def main():

copy('gitignore_template', output + "/.gitignore")

print("\ndone - don't forget to change PLUG_UID and MFR_UID in config.h")
print("\ndone - don't forget to change PLUG_UNIQUE_ID and PLUG_MFR_ID in resource.h")

if __name__ == '__main__':
main()