ESP32_ChinaDieselHeater_Con.../Arduino/SenderTrial2
rljonesau 2799ec3352 Tidied up HC-05 handling (on an ESP32 at least)
Now using SENSE line from HC-05 to detect a client is connected.
Runs with either sort of HC-05 module, provided the 5 pin regulator style is set to 9600 data mode.
Removed #ifdef BLUETOOTH from .ino file, Bluetooth functions report now anyway with/without client.
2018-10-27 20:03:10 +11:00
..
.vscode Switched to HC-05. 2018-10-27 17:35:17 +11:00
Bluetooth.h Switched to HC-05. 2018-10-27 17:35:17 +11:00
BluetoothESP32.cpp Tidied up HC-05 handling (on an ESP32 at least) 2018-10-27 20:03:10 +11:00
BluetoothHC05.cpp Switched to HC-05. 2018-10-27 17:35:17 +11:00
debugport.h Removed String vars - rumours of heap fragmentation causing long term issues 2018-10-20 22:28:32 +11:00
NVStorage.cpp Added NV Storage for ESP32 2018-10-20 18:11:23 +11:00
NVStorage.h Added NV Storage for ESP32 2018-10-20 18:11:23 +11:00
pins.h Tidied up HC-05 handling (on an ESP32 at least) 2018-10-27 20:03:10 +11:00
Protocol.cpp Switched to HC-05. 2018-10-27 17:35:17 +11:00
Protocol.h Added NV Storage for ESP32 2018-10-20 18:11:23 +11:00
SenderTrial2.ino Tidied up HC-05 handling (on an ESP32 at least) 2018-10-27 20:03:10 +11:00
TxManage.cpp Switched to HC-05. 2018-10-27 17:35:17 +11:00
TxManage.h Added NV Storage for ESP32 2018-10-20 18:11:23 +11:00