ReSpeaker 2-mics Pi HAT - cant install after update-solved

Hi!
Use ReSpeaker 2-mics Pi HAT with Pi3B+, everything was perfect.
But now (after update?) it stopped working.
Tried to install/reinstall - nothing. Have a error:

make -j4 KERNELRELEASE=4.19.66-v7+ -C /lib/modules/4.19.66-v7+/build M=/var/lib/dkms/seeed-voicecard/0.3/build…(bad exit status: 2)
Error! Bad return status for module build on kernel: 4.19.66-v7+ (armv7l)

Saw issues on Github:

Please help

upd. I git cloned the repo of seeed-voicecard (my was about 1 year ago) and now i have another err:
Error: Not enough space left (19M) on /boot
So… i have changed the install.sh:
if [ “$free_space” -lt “25” ]; then to if [ “$free_space” -lt “18” ]; then
and unstall again. And…
it working ))

My kernel is 4.19.97-v7+, RPi3B, Raspbian Stretch.

SOLVED!

The current kernel should be updated to 5.4. You can test it again.