tobiasschuerg / InfluxDB-Client-for-Arduino

Simple library for sending measurements to an InfluxDB with a single network request. Supports ESP8266 and ESP32.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to keep the batch data in PSRAM?

tomalex-v opened this issue · comments

Is it possible to keep the data of a batch in PSRAM instead of SRAM of ESP32. If yes, how to do it.

PSRAM support is planned, but not implemented yet.