feat: refactor header files and add info for psram

This commit is contained in:
GW_MC
2026-01-20 20:15:44 +08:00
parent e163392532
commit fae9d30e3a
4 changed files with 29 additions and 13 deletions

View File

@@ -1,4 +1,10 @@
#include "info/info.h"
#pragma once
#include <stdio.h>
#include <inttypes.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_system.h"
class TouchHandler {
public: