Skip to content

Commit bdedb3e

Browse files
author
JeromeGalan
authored
Merge pull request #380 from Luos-io/rc_2.6.3
Luos Engine v2.6.3
2 parents 0ffe037 + ea03570 commit bdedb3e

File tree

171 files changed

+178
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+178
-178
lines changed

README.md

Lines changed: 1 addition & 1 deletion

engine/core/src/luos_engine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ typedef enum
2727
/*******************************************************************************
2828
* Variables
2929
******************************************************************************/
30-
revision_t luos_version = {.major = 2, .minor = 6, .build = 2};
30+
revision_t luos_version = {.major = 2, .minor = 6, .build = 3};
3131
package_t package_table[MAX_SERVICE_NUMBER];
3232
uint16_t package_number = 0;
3333
service_t service_table[MAX_SERVICE_NUMBER];

examples/apps/alarm_controller/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos/luos_engine": "^2.6.2"
12+
"luos/luos_engine": "^2.6.3"
1313
}
1414
}

examples/apps/biometric-security/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos/luos_engine": "^2.6.2"
12+
"luos/luos_engine": "^2.6.3"
1313
}
1414
}

examples/apps/start_controller/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"licence": "MIT",
1111
"dependencies": {
12-
"luos/luos_engine": "^2.6.2"
12+
"luos/luos_engine": "^2.6.3"
1313
}
1414
}

examples/projects/Arduino/bldc_simple_foc/lib/motor/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"build": {},
1212
"dependencies": {
1313
"askuric/Simple FOC": "^2.2.1",
14-
"luos/luos_engine": "^2.6.2"
14+
"luos/luos_engine": "^2.6.3"
1515
}
1616
}

examples/projects/Arduino/bldc_simple_foc/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ build_flags =
2121
-include node_config.h
2222
-DLUOSHAL=ATSAMD21_ARDUINO
2323
lib_deps =
24-
luos_engine@^2.6.2
24+
luos_engine@^2.6.3
2525
SimpleFOC_Motor
2626
askuric/Simple FOC@^2.2.1

examples/projects/Arduino/button/lib/button/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://luos.io"
99
},
1010
"dependencies": {
11-
"luos/luos_engine": "^2.6.2"
11+
"luos/luos_engine": "^2.6.3"
1212
},
1313
"licence": "MIT"
1414
}

examples/projects/Arduino/button/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build_flags =
3434
-include node_config.h
3535
-D LUOSHAL=ATSAMD21_ARDUINO
3636
lib_deps =
37-
luos_engine@^2.6.2
37+
luos_engine@^2.6.3
3838
Button
3939

4040

examples/projects/Arduino/fingerprint/lib/Fingerprint/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"licence": "MIT",
77
"dependencies": {
8-
"luos/luos_engine": "^2.6.2",
8+
"luos/luos_engine": "^2.6.3",
99
"adafruit/Adafruit Fingerprint Sensor Library": "*"
1010
}
1111
}

0 commit comments

Comments
 (0)