Skip to content

Commit

Permalink
Merge pull request #4 from Dorsel89/master
Browse files Browse the repository at this point in the history
Bugfix for Arduino IoT
  • Loading branch information
Dorsel89 authored Oct 5, 2023
2 parents d79e66b + 20af0bb commit adabb62
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 27 deletions.
13 changes: 0 additions & 13 deletions examples/randomNumbers-IoT/randomNumbers-IoT.ino

This file was deleted.

13 changes: 0 additions & 13 deletions examples/randomNumbers-IoT/randomNumbersIoT.ino

This file was deleted.

2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=phyphox BLE
version=1.2.0
version=1.2.1
author=RWTH Aachen University <[email protected]>
maintainer=Dominik Dorsel <[email protected]>
sentence=Use the app phyphox to visualize your sensor data on your phone or tablet!
Expand Down
1 change: 1 addition & 0 deletions src/phyphoxBleExperiment.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <Arduino.h>
#include "copyToMem.h"
#include "defines.h"
#include <string>

class PhyphoxBleExperiment {

Expand Down

0 comments on commit adabb62

Please sign in to comment.