Skip to content

Commit

Permalink
change ip
Browse files Browse the repository at this point in the history
  • Loading branch information
oganigl committed Jan 29, 2025
1 parent 6007875 commit ff441c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Inc/Data/Data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Pinout{

namespace Communication_Data{
const IPV4 Backend = {"192.168.0.9"};
const IPV4 PCU_IP = {"192.168.1.5"};
const IPV4 PCU_IP = {"192.168.0.5"};
static constexpr uint32_t UDP_PORT = 50400;
static constexpr uint32_t TCP_SERVER = 50500;
static constexpr uint32_t TCP_CLIENT = 50401;
Expand Down

0 comments on commit ff441c8

Please sign in to comment.