Added support for configurable logging on the ESP32 platform. #10

Merged
Joe merged 5 commits from console_dev into main 2026-01-10 22:25:50 +00:00
Showing only changes of commit 0bfa4f3dd1 - Show all commits

View file

@ -71,8 +71,8 @@
#define SYSTEMK_H
#define SYSTEMK_MAJOR_VERSION 1
#define SYSTEMK_MINOR_VERSION 0
#define SYSTEMK_VERSION_STRING "01.00"
#define SYSTEMK_MINOR_VERSION 1
#define SYSTEMK_VERSION_STRING "01.01"
#ifdef ESP_PLATFORM
#include "freertos/FreeRTOS.h"