trying to reduce confusion

This commit is contained in:
rusefillc 2022-05-30 16:42:08 -04:00
parent 6eb314fc8e
commit b0252fd3df
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -188,7 +188,7 @@ public class PinoutLogic {
registerPins(globalList, registry, state);
try (FileWriter getTsNameByIdFile = new FileWriter(PinoutLogic.CONFIG_BOARDS + boardName + PinoutLogic.CONNECTORS + File.separator + "generated_ts_name_by_pin.cpp")) {
getTsNameByIdFile.append("// auto-generated by PinoutLogic.java\n\n");
getTsNameByIdFile.append("// auto-generated by PinoutLogic.java. DO NOT EDIT MANUALLY, let automation work hard.\n\n");
getTsNameByIdFile.append("#include \"pch.h\"\n\n");
getTsNameByIdFile.append("const char * getBoardSpecificPinName(brain_pin_e brainPin) {\n");
getTsNameByIdFile.append("\tswitch(brainPin) {\n");