WebApi_dtu: remove trailing whitespace
probably added during conflict resolving. these removed whitespace are not part of the upstream.
This commit is contained in:
parent
cdd6f4cf1b
commit
5ea8fbecf9
@ -91,11 +91,11 @@ void WebApiDtuClass::onDtuAdminPost(AsyncWebServerRequest* request)
|
|||||||
|
|
||||||
auto& retMsg = response->getRoot();
|
auto& retMsg = response->getRoot();
|
||||||
|
|
||||||
if (!(root.containsKey("serial")
|
if (!(root.containsKey("serial")
|
||||||
&& root.containsKey("pollinterval")
|
&& root.containsKey("pollinterval")
|
||||||
&& root.containsKey("verbose_logging")
|
&& root.containsKey("verbose_logging")
|
||||||
&& root.containsKey("nrf_palevel")
|
&& root.containsKey("nrf_palevel")
|
||||||
&& root.containsKey("cmt_palevel")
|
&& root.containsKey("cmt_palevel")
|
||||||
&& root.containsKey("cmt_frequency")
|
&& root.containsKey("cmt_frequency")
|
||||||
&& root.containsKey("cmt_country"))) {
|
&& root.containsKey("cmt_country"))) {
|
||||||
retMsg["message"] = "Values are missing!";
|
retMsg["message"] = "Values are missing!";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user