mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-02-20 00:32:04 +01:00
[SYS] Add Blufi support (#1913)
* First build with IDF, tested with esp32dev-ble only. * Fix frameworks for non-esp32 boards * Add blufi support. * Adds an environment to use esp-idf and Arduino as a component to facilitate incorporating blufi for onboarding and configuration. --------- Co-authored-by: h2zero <powellperalata@gmail.com>
This commit is contained in:
@@ -103,6 +103,7 @@ extra_configs =
|
||||
;default_envs = lolin_c3_mini
|
||||
;default_envs = thingpulse-espgateway
|
||||
;default_envs = theengs-bridge
|
||||
;default_envs = esp32dev-ble-idf
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; ENVIRONMENTS PARAMETERS ;
|
||||
@@ -220,4 +221,4 @@ lib_deps =
|
||||
${libraries.ethernet}
|
||||
build_flags =
|
||||
${env.build_flags}
|
||||
'-DsimpleReceiving=false'
|
||||
'-DsimpleReceiving=false'
|
||||
Reference in New Issue
Block a user