Update src/configuration.rs
Co-authored-by: Robert Jördens <rj@quartiq.de>
This commit is contained in:
parent
58ceb4f307
commit
51cef9f515
|
@ -3,7 +3,7 @@
|
||||||
/// MQTT broker IPv4 address
|
/// MQTT broker IPv4 address
|
||||||
///
|
///
|
||||||
/// In the default configuration, the IP address is defined as 10.34.16.10.
|
/// 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
|
/// Sampling Frequency
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue