Closed guidol70 closed 2 years ago
I've rewritten the sound generation code. Please could you take a look? Thank you
I've rewritten the sound generation code. Please could you take a look?
Sorry for the delay - did work with another emulator :) KeyClick & Reboot-Sound does work again fine with ESP32Core v2.x.x :) Also the v2.0.3 dev
thanks!
reading that you did fix the compile problem with ESPCore >=2.0.1 in this commit I did try to compile my RunCPM-FabGL with ESP32Core v2.0.1/v2.02
On the normal ArduinoIDE install I did run into compile problems with SDFat (maybe because of many installed boards), so I used a portable Installation of the Arduino IDE (which also did run firstly into problems because of a too long install-path - so moving to C:\ESP_202 :) )
RunCPM-FabGL compiled under v2.0.1/v2.0.2 with FabGL v1.0.6 OK,
but my programmed BootSound and KeyClick is missing :(
In the past I had ESP32-kernel-reboots because of to less memory but with the actual compile I have enough memory left: Free DMA Memory: 38176 Bytes Free Memory: 95352 Bytes
If I compile the same source (also with FabGL v1.0.6) but with ESP32-Core v1.0.6 the sounds do work.
Do you got an idea why?