Skip to content

Commit

Permalink
Updated v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gemi254 committed Jan 9, 2024
1 parent 69b89e4 commit 9553870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ControlAssist.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#if !defined(_CONTROL_ASSIST_H)
#define _CONTROL_ASSIST_H

#include <Arduino.h>
//#include <Arduino.h>
#include <sstream>
#include <vector>
#if defined(ESP32)
Expand All @@ -17,7 +17,7 @@
#define LOGGER_LOG_LEVEL 4 // Set log level for this module
#endif

#define CT_CLASS_VERSION "1.0.9" // Class version
#define CT_CLASS_VERSION "1.1.0" // Class version
#define STREAM_CHUNKSIZE 256 // Stream file buffer size

// Define Platform objects
Expand Down

0 comments on commit 9553870

Please sign in to comment.