Skip to content

Commit

Permalink
fixed clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixswiss committed Sep 14, 2023
1 parent 4448c55 commit 8017543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/components/waveshare_epaper/waveshare_epaper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ void WaveshareEPaper7P5InV2::initialize() {
this->data(0x3f);
this->data(0x3f);

//we don't want the display to be powered at this point
// We don't want the display to be powered at this point

delay(100); // NOLINT
this->wait_until_idle_();
Expand Down

0 comments on commit 8017543

Please sign in to comment.