|
@ -128,23 +128,23 @@ upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
monitor_baud = 115200 |
|
|
monitor_baud = 115200 |
|
|
|
|
|
|
|
|
[env:tinkerman-espurna-h07] |
|
|
|
|
|
|
|
|
[env:tinkerman-espurna-h08] |
|
|
platform = ${common.platform} |
|
|
platform = ${common.platform} |
|
|
framework = arduino |
|
|
framework = arduino |
|
|
board = esp12e |
|
|
board = esp12e |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags} -DTINKERMAN_ESPURNA_H07 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags} -DTINKERMAN_ESPURNA_H08 |
|
|
upload_speed = 460800 |
|
|
upload_speed = 460800 |
|
|
monitor_baud = 115200 |
|
|
monitor_baud = 115200 |
|
|
|
|
|
|
|
|
[env:tinkerman-espurna-h07-ota] |
|
|
|
|
|
|
|
|
[env:tinkerman-espurna-h08-ota] |
|
|
platform = ${common.platform} |
|
|
platform = ${common.platform} |
|
|
framework = arduino |
|
|
framework = arduino |
|
|
board = esp12e |
|
|
board = esp12e |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags} -DTINKERMAN_ESPURNA_H07 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags} -DTINKERMAN_ESPURNA_H08 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|