Skip to content

Commit

Permalink
prepare v2.0-beta08
Browse files Browse the repository at this point in the history
changelog:
- restructured configuration to be compatible with platformio and Arduino IDE
- split webpage tasks to seperate freertos tasks to improve realtime performance
- fixd some minor compile warnings
- introduced clangd for code formatting and added documentation
- introduced github workflow to check code formatting
- introduced github workflow to build the tracker on release tags
  • Loading branch information
Sylensky committed Jan 29, 2025
1 parent 7b8b7db commit 49085b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32_wireless_control/firmware/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lib_deps = bblanchon/ArduinoJson@^7.2.1

[ogstartracker]
custom_binary_name = "ogstartracker"
custom_version = "v2.0-beta07"
custom_version = "v2.0-beta08"
custom_debug_port = \\.\COM5

[env:ogstartracker_release]
Expand Down

0 comments on commit 49085b9

Please sign in to comment.