Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinschumacher committed Jan 5, 2018
1 parent 5eb629b commit 44ed677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Basecamp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ String Basecamp::_generateHostname() {

bool Basecamp::begin() {
Serial.begin(115200);
Serial.println("Basecamp V.0.1.1");
Serial.println("Basecamp V.0.1.2");
configuration.begin("/basecamp.json");
if (!configuration.load()) {
DEBUG_PRINTLN("Configuration is broken. Resetting.");
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Basecamp
version=0.1.1
version=0.1.2
author=c't Magazin für computer technik, Merlin Schumacher
maintainer=Merlin Schumacher <[email protected]>
sentence=A basic IoT library for the ESP32
Expand Down

0 comments on commit 44ed677

Please sign in to comment.