Skip to content

Commit 37ab4be

Browse files
committed
Updated binary OTA files, fixed button CSS issue/look
1 parent 1f1ae11 commit 37ab4be

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

OTA_Install/PIDKiln.ino.esp32.bin

-84.3 KB
Binary file not shown.

OTA_Install/PIDKiln.spiffs.bin

0 Bytes
Binary file not shown.

data/css/main.css

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ input[type=submit] {
8484
padding: 4px 20px;
8585
cursor: pointer;
8686
margin-top: 2px;
87+
border-right: 10px solid transparent;
88+
border-left: 10px solid transparent;
89+
border-radius: 7px;
8790
}
8891

8992
input[type=submit].floatr {

data/etc/pidkiln.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ GMT_Offset_sec = 3600
4343
Daylight_Offset_sec = 3600
4444

4545
# If you don't have Internet connection to use NTP, this time will be set always after PIDKiln start
46-
Initial_date = 2021-11-20
46+
Initial_date = 2021-12-02
4747
Initial_time = 11:00:00
4848

4949
#

0 commit comments

Comments
 (0)