Skip to content

Commit bbcddcd

Browse files
committed
1.1.0 - candidate
1 parent b94e34c commit bbcddcd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Arduino_Alvik
2-
version=1.0.2
2+
version=1.1.0
33
author=Arduino, Giovanni di Dio Bruno, Lucio Rossi
44
maintainer=Arduino <[email protected]>
55
sentence=Library to code Arduino Alvik robot

src/Arduino_Alvik.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ int Arduino_Alvik::begin(const bool verbose, const uint8_t core){
150150

151151
battery = 0.0;
152152
battery_soc = 0.0;
153-
153+
battery_is_charging = false;
154154

155155

156156

src/definitions.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919

2020
#define LIB_VER_UP 1
21-
#define LIB_VER_MID 0
22-
#define LIB_VER_LOW 3
21+
#define LIB_VER_MID 1
22+
#define LIB_VER_LOW 0
2323

2424
#define REQUIRED_FW_VER_UP 1
25-
#define REQUIRED_FW_VER_MID 0
26-
#define REQUIRED_FW_VER_LOW 4
25+
#define REQUIRED_FW_VER_MID 1
26+
#define REQUIRED_FW_VER_LOW 0
2727

2828

2929
#define RUN_ON_CORE_0 0

0 commit comments

Comments
 (0)