Skip to content

Commit

Permalink
AP_Networking: change default ip to 192.168.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jun 11, 2024
1 parent 5e1c3ca commit a4eb90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Networking/AP_Networking_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

// Default Static IP Address: 192.168.13.14
#ifndef AP_NETWORKING_DEFAULT_STATIC_IP_ADDR
#define AP_NETWORKING_DEFAULT_STATIC_IP_ADDR "192.168.13.14"
#define AP_NETWORKING_DEFAULT_STATIC_IP_ADDR "192.168.0.14"
#endif

// Default Netmask: 24
Expand Down

0 comments on commit a4eb90c

Please sign in to comment.