Skip to content

Commit

Permalink
update version-number; update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-lemur committed Aug 14, 2022
1 parent 5c48b09 commit 5753b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ You can put this device in your bedroom and you won't be disturbed by the light
- display turn on if you move your hand in front of it
- temperature and humidity sensor
- easy integration in own WiFi network (Hotspot settings-page)
- vuejs 3 [dashboard](https://github.com/coding-lemur/bed-room-clock-dashboard)
- API endpoint
- OTA updates

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include "config.h"

const String version = "1.1.0";
const String version = "1.2.0";

NewPing sonar(GPIO_NUM_5, GPIO_NUM_18);
Adafruit_SSD1306 ssd1306(SCREEN_WIDTH, SCREEN_HEIGHT, OLED_MOSI, OLED_CLK, OLED_DC, OLED_RESET, OLED_CS);
Expand Down

0 comments on commit 5753b9f

Please sign in to comment.