Skip to content

Commit

Permalink
fixed platformio.ini, new menu icons, all new bins
Browse files Browse the repository at this point in the history
  • Loading branch information
pvtex committed Jun 30, 2024
1 parent 806f711 commit a5a4c1e
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 24 deletions.
25 changes: 12 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@
All notable changes to this project will be documented in this file.

## [1.1.7] - 2024-06-29
- [firmware] new dark theme
- [gui] new dark theme
- [library] WiegandNG library clean up
## [1.1.6] - 2024-06-27
- [firmware] Wiegand reader working again, fixed WiegandNG library
- [library] Wiegand reader working again, fixed WiegandNG library
## [1.1.5] - 2024-06-25
- [firmware] L1101 Ethenet full working and testet.
- [firmware] prepared for LAN8720 ethernet, not tested yet
- [network] L1101 Ethenet full working and testet.
- [network] prepared for LAN8720 ethernet, not tested yet
## [1.1.4] - 2024-06-18
- [firmware] prepared for JL1101 Ethernet (ethernet.bin)
- Ethernet infos shown on status page
- new Ethernet config menu under Settings
- [gui] Ethernet infos shown on status page
- [gui] new Ethernet config menu under Settings
- [firmware] removed most deprecated function and used the new ones
- [firmware] some design changes
- [gui] some design changes
## [1.1.3] - 2024-06-18
- [firmware] ESP-IDF v5 now full working
- [build] ESP-IDF v5 now full working
- [firmware] LittleFS now fully implemented
- [firmware] set all external librarys to pvtex github repos to keep version
- [library] set all external librarys to pvtex github repos to keep version
## [1.1.2] - 2024-06-17
- [firmware] handling of unknown tags fixed
## [1.1.1] - 2024-06-17
Expand All @@ -26,11 +27,9 @@ All notable changes to this project will be documented in this file.
- [firmware] fixed WiFi Scan
- [firmware] ESP32 model info now on status page
- [firmware] Chip-ID now in Espressif format
- [firmware] some web gui changes

- [gui] some web gui changes
## [1.1.0] - 2024-06-14
- [firmware] changed Wiegand library to WiegandNG
- [library] changed Wiegand library to WiegandNG
- [firmware] many bug fixes

## [1.0.0] - 2024-06-14
- [firmware] first running version with many bugs
Binary file modified bin/ethernet-dtwonder-16M-debug.bin
Binary file not shown.
Binary file modified bin/ethernet-dtwonder-16M.bin
Binary file not shown.
Binary file modified bin/ethernet-dtwonder-debug.bin
Binary file not shown.
Binary file modified bin/ethernet-dtwonder.bin
Binary file not shown.
Binary file modified bin/ethernet-lilygo-debug.bin
Binary file not shown.
Binary file modified bin/ethernet-lilygo.bin
Binary file not shown.
Binary file modified bin/wifi-apwikoger-debug.bin
Binary file not shown.
Binary file modified bin/wifi-apwikoger.bin
Binary file not shown.
Binary file modified bin/wifi-debug.bin
Binary file not shown.
Binary file modified bin/wifi.bin
Binary file not shown.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,14 @@ platform = ${common.platform}
framework = ${common.framework}
board = ${common.board}
lib_deps = ${common.lib_deps}
extra_scripts = scripts/ETHDTW16DBGdeploy.py
extra_scripts = scripts/ETHDTWDBGdeploy.py
build_flags =
${common.build_flags}
-DETHERNET
-DETHDEBUG
-DDTWONDER
-DDEBUG
build_src_flags = ${common.build_src_flags}ner
build_src_flags = ${common.build_src_flags}
upload_speed = ${common.upload_speed}
monitor_speed = ${common.monitor_speed}
board_build.flash_mode = ${common.flash_mode}
Expand Down Expand Up @@ -172,7 +172,7 @@ platform = ${common.platform}
framework = ${common.framework}
board = ${common.board}
lib_deps = ${common.lib_deps}
extra_scripts = scripts/ETHDTWDBGdeploy.py
extra_scripts = scripts/ETHDTW16DBGdeploy.py
build_flags =
${common.build_flags}
-DETHERNET
Expand Down
10 changes: 5 additions & 5 deletions src/webh/index.html.gz.h

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/websrc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2><i class="glyphicon glyphicon-tags" aria-hidden="true"></i>esp32-rfid</h2>
</div>
<ul class="list-unstyled components">
<li class="active">
<a href="#" id="status"><i class="glyphicon glyphicon-home"></i>Status</a>
<a href="#" id="status"><i class="glyphicon glyphicon-info-sign"></i>Status</a>
</li>
<li>
<a href="#homeSubmenu" data-toggle="collapse" aria-expanded="false"><i class="glyphicon glyphicon-cog"></i>Settings</a>
Expand All @@ -47,7 +47,7 @@ <h2><i class="glyphicon glyphicon-tags" aria-hidden="true"></i>esp32-rfid</h2>
<a href="#" id="network"><i class="glyphicon glyphicon-signal"></i>Wireless Network</a>
</li>
<li id="ethernet" style="display:none;">
<a href="#" id="networketh"><i class="glyphicon glyphicon-signal"></i>Ethernet Network</a>
<a href="#" id="networketh"><i class="glyphicon glyphicon-random"></i>Ethernet Network</a>
</li>
<li>
<a href="#" id="hardware"><i class="glyphicon glyphicon-wrench"></i>Hardware Settings</a>
Expand All @@ -59,7 +59,7 @@ <h2><i class="glyphicon glyphicon-tags" aria-hidden="true"></i>esp32-rfid</h2>
<a href="#" id="mqtt"><i class="glyphicon glyphicon-link"></i>MQTT Settings</a>
</li>
<li>
<a href="#" id="ntp"><i class="glyphicon glyphicon-hourglass"></i>NTP (Time) Settings</a>
<a href="#" id="ntp"><i class="glyphicon glyphicon-time"></i>NTP (Time) Settings</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit a5a4c1e

Please sign in to comment.