mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
Update platformio info
This commit is contained in:
parent
eaf9e3d6cf
commit
c485dff3d7
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
.pioenvs
|
||||||
|
.piolibdeps
|
||||||
|
.clang_complete
|
||||||
|
.gcc-flags.json
|
22
platformio.ini
Normal file
22
platformio.ini
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
; PlatformIO Project Configuration File
|
||||||
|
;
|
||||||
|
; Build options: build flags, source filter, extra scripting
|
||||||
|
; Upload options: custom port, speed and extra flags
|
||||||
|
; Library options: dependencies, extra library storages
|
||||||
|
;
|
||||||
|
; Please visit documentation for the other options and examples
|
||||||
|
; http://docs.platformio.org/en/stable/projectconf.html
|
||||||
|
|
||||||
|
[platformio]
|
||||||
|
src_dir = sonoff
|
||||||
|
|
||||||
|
[env:sonoff]
|
||||||
|
platform = espressif8266
|
||||||
|
framework = arduino
|
||||||
|
; ESP8266 - Sonoff Basic et al.
|
||||||
|
board = esp01_1m
|
||||||
|
; ESP8285 - Sonoff Touch and Sonoff 4CH
|
||||||
|
; board = esp8285
|
||||||
|
build_flags = -Wl,-Tesp8266.flash.1m64.ld -DMQTT_MAX_PACKET_SIZE=400
|
||||||
|
|
||||||
|
lib_deps = PubSubClient, NeoPixelBus
|
Loading…
x
Reference in New Issue
Block a user