Skip to content

Commit adabb62

Browse files
authored
Merge pull request #4 from Dorsel89/master
Bugfix for Arduino IoT
2 parents d79e66b + 20af0bb commit adabb62

File tree

4 files changed

+2
-27
lines changed

4 files changed

+2
-27
lines changed

examples/randomNumbers-IoT/randomNumbers-IoT.ino

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/randomNumbers-IoT/randomNumbersIoT.ino

Lines changed: 0 additions & 13 deletions
This file was deleted.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=phyphox BLE
2-
version=1.2.0
2+
version=1.2.1
33
author=RWTH Aachen University <contact@phyphox.org>
44
maintainer=Dominik Dorsel <dominik@phyphox.org>
55
sentence=Use the app phyphox to visualize your sensor data on your phone or tablet!

src/phyphoxBleExperiment.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <Arduino.h>
55
#include "copyToMem.h"
66
#include "defines.h"
7+
#include <string>
78

89
class PhyphoxBleExperiment {
910

0 commit comments

Comments
 (0)