Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
o0shojo0o committed Jul 22, 2022
1 parent a4851b6 commit 32dc16d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Thanks to these great people for supporting this project.
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 1.0.0 (2022-07-22)
**!!! Breaking changes !!!**
- (o0shojo0o) reworked the output of the buttons via API and MQTT to get the "press" and "release" event (press = true, release = false). Example: `{"buttons":{"rightButton":true}}`

Expand Down
2 changes: 2 additions & 0 deletions docs/new_webif/js/app.311821f8.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/new_webif/js/app.311821f8.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/PixelIt.ino
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include "Webinterface.h"
#include "Tools.h"

#define VERSION "1.0.0_beta"
#define VERSION "1.0.0"

void FadeOut(int = 10, int = 0);
void FadeIn(int = 10, int = 0);
Expand Down
2 changes: 1 addition & 1 deletion src/Webinterface.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const char mainPage[] PROGMEM = R"=====(<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="mobile-web-app-capable" content="yes"><link rel="icon" href="https://o0shojo0o.github.io/PixelIt/new_webif/favicon.ico"><title>Pixel It the Matrix Display</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/css/app.a3c33c05.css" rel="preload" as="style"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/css/chunk-vendors.6d2b825b.css" rel="preload" as="style"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/js/app.83b6ca73.js" rel="preload" as="script"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/js/chunk-vendors.31a7413f.js" rel="preload" as="script"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/css/chunk-vendors.6d2b825b.css" rel="stylesheet"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/css/app.a3c33c05.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but Pixel It the Matrix Display doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="https://o0shojo0o.github.io/PixelIt/new_webif/js/chunk-vendors.31a7413f.js"></script><script src="https://o0shojo0o.github.io/PixelIt/new_webif/js/app.83b6ca73.js"></script></body></html>)=====";
const char mainPage[] PROGMEM = R"=====(<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="mobile-web-app-capable" content="yes"><link rel="icon" href="https://o0shojo0o.github.io/PixelIt/new_webif/favicon.ico"><title>Pixel It the Matrix Display</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/css/app.a3c33c05.css" rel="preload" as="style"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/css/chunk-vendors.6d2b825b.css" rel="preload" as="style"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/js/app.311821f8.js" rel="preload" as="script"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/js/chunk-vendors.31a7413f.js" rel="preload" as="script"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/css/chunk-vendors.6d2b825b.css" rel="stylesheet"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/css/app.a3c33c05.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but Pixel It the Matrix Display doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="https://o0shojo0o.github.io/PixelIt/new_webif/js/chunk-vendors.31a7413f.js"></script><script src="https://o0shojo0o.github.io/PixelIt/new_webif/js/app.311821f8.js"></script></body></html>)=====";

0 comments on commit 32dc16d

Please sign in to comment.