Skip to content

Commit

Permalink
ble-datatest-environment (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH authored Jul 15, 2022
1 parent 537583e commit c04c629
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/upload/web-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The table below describes the libraries and the modules of each board configurat
|ttgo-lora32-v1-868|ESP32 TTGO LORA V1|LORA communication 868Mhz using [arduino-LoRA](https://github.com/sandeepmistry/arduino-LoRa)|-|-|-|X|
|ttgo-lora32-v1-915|ESP32 TTGO LORA V1|LORA communication 915Mhz using [arduino-LoRA](https://github.com/sandeepmistry/arduino-LoRa)|-|-|-|X|
|ttgo-tbeam|ESP32 TTGO T BEAM|BLE gateway with battery holder|-|-|X|-|
|esp32dev-ble-datatest|ESP32 dev board|Default BLE gateway with additional servicedata, manufacturerdata and service uuid for analysing decoding issues|-|-|X|-|
|**ESP8266**|
|nodemcuv2-2g|ESP8266 board|SMS gateway, need A6/A7 GSM module|-|-|-|-|
|nodemcuv2-ble|ESP8266 board|BLE gateway, need HM10 Module|-|-|X|-|
Expand Down
20 changes: 20 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ extra_configs =
;default_envs = nodemcuv2-all-test
;default_envs = uno-rf
;default_envs = uno-fastled
;default_envs = esp32dev-ble-datatest
;default_envs = atmega-all-test
;default_envs = manual-wifi-test
;default_envs = openhab-test
Expand Down Expand Up @@ -1291,3 +1292,22 @@ build_flags =
${com-arduino-low-memory.build_flags}
'-DGateway_Name="OMG_1_FL"'
'-DZactuatorFASTLED="FASTLED"'

[env:esp32dev-ble-datatest]
platform = ${com.esp32_platform}
board = esp32dev
board_build.partitions = min_spiffs.csv
lib_deps =
${com-esp.lib_deps}
${libraries.wifimanager32}
${libraries.ble}
${libraries.decoder}
build_flags =
${com-esp.build_flags}
'-DZgatewayBT="BT"'
'-DLED_SEND_RECEIVE=2'
'-DLED_SEND_RECEIVE_ON=0'
'-DpubBLEManufacturerData=true'
'-DpubKnownBLEServiceData=true'
'-DpubBLEServiceUUID=true'
'-DGateway_Name="OpenMQTTGateway_ESP32_BLE"'

0 comments on commit c04c629

Please sign in to comment.