mirror of
https://github.com/esphome/esphome.git
synced 2025-02-22 04:48:21 +00:00
* Fix https://github.com/esphome/issues/issues/658 * Update to gross code style.
This commit is contained in:
parent
4118a289a6
commit
bd0be41064
@ -7,7 +7,10 @@
|
|||||||
#include "StreamString.h"
|
#include "StreamString.h"
|
||||||
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
|
#ifdef USE_LOGGER
|
||||||
#include <esphome/components/logger/logger.h>
|
#include <esphome/components/logger/logger.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace web_server {
|
namespace web_server {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user