Skip to content

Commit

Permalink
Remote UDP Sender improvements:
Browse files Browse the repository at this point in the history
- Upgraded to mathieucarbou/MycilaTaskManager @ 4.0.0
- Save state of Publish data button
- Fixed decimal routing for send rate and data rate
- Sending JSY startup logs into console
  • Loading branch information
mathieucarbou committed Feb 9, 2025
1 parent 4f74d8a commit f180efc
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 232 deletions.
8 changes: 3 additions & 5 deletions examples/RemoteUDP/Sender/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.DS_Store
.lh
/.pio
/.vscode/.browse.c_cpp.db*
/.vscode/c_cpp_properties.json
/.vscode/launch.json
/.vscode/ipch
/*.cpp
/.vscode
/logs
5 changes: 2 additions & 3 deletions examples/RemoteUDP/Sender/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[platformio]
name = JSY Remote UDP Sender
lib_dir = .
src_dir = .

[env]
build_type = release
Expand Down Expand Up @@ -37,7 +35,7 @@ lib_deps =
mathieucarbou/MycilaESPConnect @ 7.1.1
mathieucarbou/MycilaLogger @ 3.2.1
mathieucarbou/MycilaSystem @ 4.0.1
mathieucarbou/MycilaTaskManager @ 3.2.1
mathieucarbou/MycilaTaskManager @ 4.0.0
mathieucarbou/MycilaTaskMonitor @ 4.0.0
mathieucarbou/MycilaUtilities @ 3.2.0
mathieucarbou/MycilaWebSerial @ 8.1.1
Expand All @@ -55,6 +53,7 @@ build_flags =
; ESP-DASH with STL string
-D DASH_USE_STL_STRING=1
-D MYCILA_JSON_SUPPORT
-D MYCILA_LOGGER_SUPPORT
-D WS_MAX_QUEUED_MESSAGES=64
-D WSL_HIGH_PERF
-Wall -Wextra
Expand Down
Loading

0 comments on commit f180efc

Please sign in to comment.