mirror of https://github.com/arendst/Tasmota.git
Add support for BN-SZ01
This commit is contained in:
parent
ee883bdcb8
commit
c768f7d610
|
@ -12,7 +12,7 @@ src_dir = sonoff
|
|||
|
||||
; Uncomment one of the lines below to build/upload only one environment
|
||||
;env_default = sonoff
|
||||
;env_default = sonoff-touch-4ch
|
||||
;env_default = sonoff-touch-4ch-bnsz
|
||||
;env_default = sonoff-minimal
|
||||
;env_default = sonoff-ds18x20
|
||||
|
||||
|
@ -25,8 +25,8 @@ board_flash_mode = qio
|
|||
build_flags = -Wl,-Tesp8266.flash.1m0.ld -DMQTT_MAX_PACKET_SIZE=512
|
||||
lib_deps = PubSubClient, NeoPixelBus, IRremoteESP8266, ArduinoJSON
|
||||
|
||||
; Sonoff Touch and Sonoff 4CH (ESP8285 based)
|
||||
[env:sonoff-touch-4ch]
|
||||
; Sonoff Touch, Sonoff 4CH and Sonoff BN-SZ01 (ESP8285 based)
|
||||
[env:sonoff-touch-4ch-bnsz]
|
||||
platform = espressif8266
|
||||
framework = arduino
|
||||
board = esp01_1m
|
||||
|
|
Loading…
Reference in New Issue