Reverting IP config

master
Ryan Summers 2021-07-23 15:10:28 +02:00
parent 8a143a3f58
commit 26b1f3422f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
/// MQTT broker IPv4 address
///
/// In the default configuration, the IP address is defined as 10.34.16.10.
pub const MQTT_BROKER: [u8; 4] = [10, 35, 16, 10];
pub const MQTT_BROKER: [u8; 4] = [10, 34, 16, 10];
/// Sampling Frequency
///