diff --git a/.editorconfig b/.editorconfig index 55f5a4e..5559bbc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,11 +1,11 @@ -root = true - -[*] -indent_style = space -indent_size = 3 -tab_width = 3 -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true -max_line_length = 120 +root = true + +[*] +indent_style = space +indent_size = 3 +tab_width = 3 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +max_line_length = 120 diff --git a/src/wlanSignal.cpp b/src/wlanSignal.cpp index ff08902..aa1c32f 100644 --- a/src/wlanSignal.cpp +++ b/src/wlanSignal.cpp @@ -89,7 +89,7 @@ int main( int argc, char** argv ) { msg.timestamp = Time::now(); msg.level_2G4 = signalLevel2G4; msg.level_5G = signalLevel5G; - msg.ssid = wlanInterface; + msg.ssid = monitoringSsid; ROS_INFO( "Signal strength 2.4G: %i Signal strength 5G: %i", msg.level_2G4, msg.level_5G );