|
|
@ -2224,3 +2224,14 @@ upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:nodemcu-geiger] |
|
|
|
platform = ${common.platform} |
|
|
|
framework = arduino |
|
|
|
board = nodemcu |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags} -DNODEMCU_BASIC -DNOWSAUTH -DGEIGER_SUPPORT=1 -DEVENTS_SUPPORT=0 -DINFLUXDB_SUPPORT=1 -DALEXA_SUPPORT=0 -DALEXA_ENABLED=0 |
|
|
|
upload_speed = 460800 |
|
|
|
monitor_speed = 115200 |
|
|
|
extra_scripts = ${common.extra_scripts} |