renatobo / bonogps

A GPS setup to log your track lap times, based on ESP32, with the ability to interface with several mobile phone apps that log your speed and position via Bluetooth Low Energy, Bluetooth or WiFi
MIT License
61 stars 19 forks source link

BT-SPP and Webserver conflict #2

Closed renatobo closed 3 years ago

renatobo commented 3 years ago

When BT-SPP and WebServer both have a client, either one stops working. In most cases, webserver can't serve the root / page (perhaps as it's the largest one), other pages are fine.

Branch esp32_https_server helps with the generation of the root / page, at the cost of significant more firmware size (+150kb), but there are several potential benefits from it

renatobo commented 3 years ago

the new options to create a web page seems effective at reducing conflicts with the bt-spp status