From 51cef9f515cbf6c68fc360790cc2355226fa3253 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 19 Jul 2021 15:06:57 +0200 Subject: [PATCH] Update src/configuration.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Robert Jördens --- src/configuration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.rs b/src/configuration.rs index 228f40e..01e410a 100644 --- a/src/configuration.rs +++ b/src/configuration.rs @@ -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 ///