Skip to content

BT Proxy & minimal esphome api#2003

Open
NonPIayerCharacter wants to merge 15 commits intoopenshwprojects:mainfrom
NonPIayerCharacter:btproxy
Open

BT Proxy & minimal esphome api#2003
NonPIayerCharacter wants to merge 15 commits intoopenshwprojects:mainfrom
NonPIayerCharacter:btproxy

Conversation

@NonPIayerCharacter
Copy link
Contributor

Original ESP code and ESPHome api by @DeDaMrAzR

Currently only passive/active scan on RTL8720D, no active connections.
ESP bt is disabled.


//#if (OBK_VARIANT == OBK_VARIANT_BTPROXY)
#if (OBK_VARIANT == OBK_VARIANT_BTPROXY)
#define ENABLE_BT_PROXY 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we agree to keep the naming convention as drv_bt_proxy and drv_anything?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's better to keep it as drv_esphome_api, since it'll probably evolve to include sensors, switches etc.

@DeDaMrAzR
Copy link
Contributor

Since I never paid attention on ALT builds what happens to the binary size with BT compiled in?

@NonPIayerCharacter
Copy link
Contributor Author

N_ALT normal rbl - 496kb, with bt - 605kb.
7238 normal - 496kb, bt - 639kb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants