Skip to content

Releases: ParisMolver/arduino-dashio-PIO

Added 'advertise' and 'isConnected' functions to DashioBLE

07 Sep 13:42
Compare
Choose a tag to compare
void DashioBLE::advertise(){pAdvertising->start();}
bool DashioBLE::isConnected(){if (pServer->getConnectedCount() > 0) {return true;} else {return false;}}

Updated 30/08/22

30 Aug 07:32
Compare
Choose a tag to compare
Updated 30/08/22 Pre-release
Pre-release
0.0.3

Updated

arduino-dashio for PlatformIO and ESP32

30 Jul 04:54
Compare
Choose a tag to compare
Pre-release

include the following in your platformio.ini under an [env:] tag

lib_deps = 
	https://github.com/ParisMolver/arduino-dashio-PIO.git#0.0.2

Differences from original;

  • Moved files to src folder
  • Removed BluefruitSPI, easiest solution to prevent 'fatal error: Adafruit_BLE.h: no such file'

arduino-dashio-PIO

29 Jul 04:38
Compare
Choose a tag to compare
arduino-dashio-PIO Pre-release
Pre-release

Allows for automatic downloading in PIO