Skip to content

Commit

Permalink
Revert "Use SNTP as a time source"
Browse files Browse the repository at this point in the history
This reverts commit 6f55b66.

```
Linking /data/office_desk/.pioenvs/office_desk/firmware.elf
/data/cache/platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: /data/office_desk/.pioenvs/office_desk/src/main.o:(.literal._Z5setupv+0xac): undefined reference to `vtable for esphome::sntp::SNTPComponent'
collect2: error: ld returned 1 exit status
*** [/data/office_desk/.pioenvs/office_desk/firmware.elf] Error 1
```
  • Loading branch information
joshuaspence committed Jul 25, 2023
1 parent d453848 commit be9acfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion esphome/packages/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ota:

time:
- platform: 'homeassistant'
- platform: 'sntp'

logger: {}

Expand Down

0 comments on commit be9acfd

Please sign in to comment.