Reverting IP config
This commit is contained in:
parent
8a143a3f58
commit
26b1f3422f
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue