mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[1.10.2] Merge PR1064 from epsilon
This commit is contained in:
@@ -74,7 +74,7 @@ private:
|
||||
* buffer here and we give to controllers that load Python environment. We
|
||||
* also memoize the last Python user to avoid re-initiating MicroPython when
|
||||
* unneeded. */
|
||||
static constexpr int k_pythonHeapSize = 32768;
|
||||
static constexpr int k_pythonHeapSize = 32768; // Default value: 16384
|
||||
char m_pythonHeap[k_pythonHeapSize];
|
||||
const void * m_pythonUser;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user