Figured out how to turn on PSRAM
Now it looks like you can just allocate from a regular "malloc" Code ran successfully (afaict) when writing to 7MB - didn't seem to when doing 8MB. Not 100% sure why, but I don't think it'll matter tbh
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# ESP Air Monitor
|
||||
# Yet Another eSP Air Monitor - YASPAM
|
||||
|
||||
Skeletal idea for an esp based air monitor.
|
||||
|
||||
@@ -6,7 +6,7 @@ Skeletal idea for an esp based air monitor.
|
||||
|
||||
I have used the following:
|
||||
|
||||
* ESP32-S3 (although as far as I know, I'm not using any special features... and should work on any esp)
|
||||
* ESP32-S3 (although as far as I know, I'm not using any special features... and should work on any esp).
|
||||
* DHT22
|
||||
* PMS5003
|
||||
|
||||
|
||||
Reference in New Issue
Block a user