Skip to content

Commit

Permalink
fix: update rbprotocol
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicap committed Jun 30, 2024
1 parent 7e207a3 commit 6aa4c91
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ dependencies:
idf: ">=5.1"
RB3201-RBProtocol-library:
git: https://github.com/RoboticsBrno/RB3201-RBProtocol-library.git
version: v13.3.2
version: v13.3.3
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"maintainer": true
}
],
"version": "5.2.6",
"version": "5.2.7",
"frameworks": ["espidf", "arduino"],
"platforms": "espressif32",
"dependencies": [
{
"name": "RB3201-RBProtocol",
"version": "https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.2.zip"
"version": "https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.3.zip"
}
],
"build": {
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ framework = arduino
upload_speed = 921600
monitor_speed = 115200

lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.2.zip
lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.3.zip
2 changes: 1 addition & 1 deletion src/gridui_version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once

#define RB_GRIDUI_VERSION 0x050206
#define RB_GRIDUI_VERSION 0x050207
2 changes: 1 addition & 1 deletion test-inis/esp32-idf3-arduino.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ build_flags =
-fmax-errors=5
-DLX16A_ARDUINO=1

lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.2.zip
lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.3.zip
2 changes: 1 addition & 1 deletion test-inis/esp32-idf4-arduino.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ build_flags =
-fmax-errors=5
-DLX16A_ARDUINO=1

lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.2.zip
lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.3.zip
2 changes: 1 addition & 1 deletion test-inis/esp32-idf5-idf.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ build_flags =
-std=gnu++14
-fmax-errors=5

lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.2.zip
lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.3.zip
2 changes: 1 addition & 1 deletion test-inis/esp32c3-idf4-arduino.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ build_flags =
-fmax-errors=5
-DLX16A_ARDUINO=1

lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.2.zip
lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.3.zip
2 changes: 1 addition & 1 deletion test-inis/esp32c3-idf5-idf.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ build_flags =
-std=gnu++14
-fmax-errors=5

lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.2.zip
lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.3.zip
2 changes: 1 addition & 1 deletion test-inis/esp32s3-idf4-arduino.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ build_flags =
-fmax-errors=5
-DLX16A_ARDUINO=1

lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.2.zip
lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.3.zip
2 changes: 1 addition & 1 deletion test-inis/esp32s3-idf5-idf.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ build_flags =
-std=gnu++14
-fmax-errors=5

lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.2.zip
lib_deps = https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v13.3.3.zip

0 comments on commit 6aa4c91

Please sign in to comment.