Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
wqliceman committed Dec 30, 2024
1 parent a2fe7dc commit fcc86b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siemens_plc_s7_net/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ int main(int argc, char** argv)
}
#endif

char* plc_ip = "172.18.224.1";
char* plc_ip = "127.0.0.1";
int plc_port = 102;
if (argc > 1)
{
Expand Down

0 comments on commit fcc86b6

Please sign in to comment.