Skip to content

Commit

Permalink
v0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
o0shojo0o committed Apr 4, 2022
1 parent 034e48a commit 8d7ea04
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Thanks to these great people for supporting this project.
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 0.3.18 (2022-04-04)

- (o0shojo0o) added option to change the start of the week (internal clock)
- (o0shojo0o) added option to change date format (internal clock)
Expand Down
1 change: 1 addition & 0 deletions docs/new_webif/css/app.87927479.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/new_webif/js/app.6816231c.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/new_webif/js/app.6816231c.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 "0.3.17_format"
#define VERSION "0.3.18"

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.3588bf94.css" rel="preload" as="style"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/css/chunk-vendors.e894fa67.css" rel="preload" as="style"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/js/app.332c6c78.js" rel="preload" as="script"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/js/chunk-vendors.36a3f74f.js" rel="preload" as="script"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/css/chunk-vendors.e894fa67.css" rel="stylesheet"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/css/app.3588bf94.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.36a3f74f.js"></script><script src="https://o0shojo0o.github.io/PixelIt/new_webif/js/app.332c6c78.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.87927479.css" rel="preload" as="style"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/css/chunk-vendors.e894fa67.css" rel="preload" as="style"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/js/app.6816231c.js" rel="preload" as="script"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/js/chunk-vendors.36a3f74f.js" rel="preload" as="script"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/css/chunk-vendors.e894fa67.css" rel="stylesheet"><link href="https://o0shojo0o.github.io/PixelIt/new_webif/css/app.87927479.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.36a3f74f.js"></script><script src="https://o0shojo0o.github.io/PixelIt/new_webif/js/app.6816231c.js"></script></body></html>)=====";

0 comments on commit 8d7ea04

Please sign in to comment.