Skip to content

Commit f792c77

Browse files
committed
Whitespace
1 parent 18b7799 commit f792c77

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Firmware/RTK_Everywhere/menuCommands.ino

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4176,7 +4176,7 @@ void createCommandTypesJson(String &output)
41764176

41774177
JsonArray command_types = doc["command types"].to<JsonArray>();
41784178

4179-
#ifdef COMPILE_LG290P
4179+
#ifdef COMPILE_LG290P
41804180
// LG290P
41814181

41824182
JsonObject command_types_tLgConst = command_types.add<JsonObject>();
@@ -4240,7 +4240,7 @@ void createCommandTypesJson(String &output)
42404240
command_types_tLgMRPqtm_values.add("1");
42414241
#endif // COMPILE_LG290P
42424242

4243-
#ifdef COMPILE_MOSAICX5
4243+
#ifdef COMPILE_MOSAICX5
42444244
// mosaic-X5
42454245

42464246
JsonObject command_types_tMosaicConst = command_types.add<JsonObject>();
@@ -4329,7 +4329,7 @@ void createCommandTypesJson(String &output)
43294329
command_types_tMosaicMEBaRT_values.add("1");
43304330
#endif // COMPILE_MOSAICX5
43314331

4332-
#ifdef COMPILE_UM980
4332+
#ifdef COMPILE_UM980
43334333
// UM980
43344334

43354335
JsonObject command_types_tUmConst = command_types.add<JsonObject>();
@@ -4421,10 +4421,10 @@ void createCommandTypesJson(String &output)
44214421
command_types_tUbMsgRtb["type"] = "int";
44224422
command_types_tUbMsgRtb["value min"] = 0;
44234423
command_types_tUbMsgRtb["value max"] = 250; // Avoid 254!
4424-
#endif // COMPILE_ZED
4424+
#endif // COMPILE_ZED
44254425

4426-
doc.shrinkToFit(); // optional
4426+
doc.shrinkToFit(); // optional
44274427

4428-
//serializeJsonPretty(doc, output); // Pretty formatting - useful for testing
4428+
// serializeJsonPretty(doc, output); // Pretty formatting - useful for testing
44294429
serializeJson(doc, output); // Standard JSON format
44304430
}

0 commit comments

Comments
 (0)