Skip to content

Commit

Permalink
Remove PartitionDumper
Browse files Browse the repository at this point in the history
  • Loading branch information
wrfz committed Nov 21, 2024
1 parent 9e76459 commit ea1dbf4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 93 deletions.
65 changes: 0 additions & 65 deletions components/daikin_rotex_can/partitions_dumper.cpp

This file was deleted.

20 changes: 0 additions & 20 deletions components/daikin_rotex_can/partitions_dumper.h

This file was deleted.

10 changes: 2 additions & 8 deletions examples/full.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
esphome:
name: rotex
friendly_name: Rotex
name: hpsu-can
friendly_name: HPSU.CAN
platformio_options:
build_unflags:
- "-std=gnu++11"
- "-fno-rtti"
build_flags:
- "-std=gnu++17"
includes:
- "components/daikin_rotex_can/partitions_dumper.h"

esp32:
board: esp32-s3-devkitc-1
Expand Down Expand Up @@ -75,10 +73,6 @@ sensor:
button:
- platform: restart
name: "Rotex ESP Restart"
- platform: template
name: Dump Partitions
on_press:
- lambda: esphome::daikin_rotex_can::PartitionsDumper::dump();
#switch:
# - platform: gpio
# name: Smart Grid
Expand Down

0 comments on commit ea1dbf4

Please sign in to comment.