Skip to content

Commit

Permalink
add newest MAX17055 library revision
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha committed Dec 4, 2023
1 parent 886e950 commit e4952d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lib_deps =
https://github.com/miguelbalboa/rfid.git#ba72b92
https://github.com/tuniii/LogRingBuffer.git#89d7d3e
https://github.com/tueddy/PN5180-Library.git#4a1f139
https://github.com/SZenglein/Arduino-MAX17055_Driver#4a0783e
https://github.com/SZenglein/Arduino-MAX17055_Driver#60aa465
build_flags =
-DCONFIG_ASYNC_TCP_RUNNING_CORE=1
-DCONFIG_ASYNC_TCP_USE_WDT=1
Expand Down
2 changes: 1 addition & 1 deletion src/revision.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once

#include "gitrevision.h"
constexpr const char softwareRevision[] = "Software-revision: 20231202-0-szenglein";
constexpr const char softwareRevision[] = "Software-revision: 20231204-0-szenglein";

0 comments on commit e4952d8

Please sign in to comment.