Skip to content

Commit 0312a56

Browse files
author
xlyric
committed
correction bug Wifi en mode AP
1 parent 1730972 commit 0312a56

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

data/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250205
1+
20250324

data/wifi.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<!-- Custom fonts for this template-->
1515

16-
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
16+
<!-- <link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet"> -->
1717

1818
<style type="text/css">
1919
.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
@@ -438,7 +438,8 @@ <h6 class="m-0 font-weight-bold text-primary">Configuration</h6>
438438
</script >
439439

440440

441-
<script src="https://code.jquery.com/jquery-3.6.4.js"></script>
441+
<!-- <script src="https://code.jquery.com/jquery-3.6.4.js"></script> -->
442+
<script src="/jquery.min.js"></script>
442443
<!-- Core plugin JavaScript avec chargement local si non dispo-->
443444
<script>
444445
if (typeof jQuery == 'undefined') {

data/wifi.html.gz

14 Bytes
Binary file not shown.

src/config/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ constexpr size_t NTP_UPDATE_INTERVAL_MS = 3600000; /// synch de l'heure toute le
154154
// #define ARDUINO_RUNNING_CORE 1
155155
#endif
156156

157-
#define RELEASE "Version 20250318"
158-
constexpr const int FS_RELEASE = 20250205;
157+
#define RELEASE "Version 202500324"
158+
constexpr const int FS_RELEASE = 20250324;
159159

160160
#ifdef LIGHT_FIRMWARE
161161
#define VERSION "Light " RELEASE

0 commit comments

Comments
 (0)