This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esphome: | |
name: ${device_name} | |
includes: | |
- tuya_lowpower.h | |
# I swapped an esp32 onto one of these for testing (this was before libretiny existed) | |
esp8266: | |
board: esp01_1m | |
logger: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Uncrustify-0.74.0-60-c89ce162 | |
newlines = lf | |
input_tab_size = 4 | |
output_tab_size = 4 | |
disable_processing_cmt = " *FORMAT-OFF*" | |
enable_processing_cmt = " *FORMAT-ON*" | |
sp_arith = force | |
sp_arith_additive = not_defined | |
sp_assign = force | |
sp_before_assign = not_defined |