Valérianne
Valérianne
I tried another way with: ``` type Item struct { Description string `binding:"MaxSize(255)"` IsPublic bool `binding:"Default:1"` FilesFilename []string `binding:"Required;MaxSize(255);MinSizeSlice(1)"` FilesContent []string `binding:"Required;MaxSize(255);MinSizeSlice(1)"` } ``` If I set ```Description``` to ```Required```,...
Using a delay(100) in the loop, which will delay 100 between messages sent to the serial, it is more usuable, but if I turn the encoder a little faster, same...
Apparently the v2.2 can have I2C on different pins... https://github.com/Ai-Thinker-Open/ESP32-A1S-AudioKit/issues/26#issuecomment-967341319 because of two versions of the ESP32 module... - SDA: 18 - SCL: 23 That does makes the write failed...
Got the artifact from the latest master CI build (feat MA12070p driver, after that the builds fails) Selected the board "AI-Thinker Audio board (A1S ES8388)" again and now it works...
Ahah yes from what I have gathered in various links it's a mess, and it's even from a genuine board... I have fetch the latest artifact and I can confirm...
just deployed an ubuntu 20 and I cannot see a `xserver-xorg-core` installed. will see if the server suspends.
Hello! First yes I have a working DSPham, how it is wired is basically as an external loudspeaker with extras: 4 inputs mono selector to DSPham to an amplifier to...
considering an SB-H20 too but couldn't find anything, I guess it also uses the same 5pin connector but no idea. @YorffoeG any ideas ?
According to https://github.com/jnsbyr/esp8266-intexsbh20 the protocols between the SB-H20 and the ones handled by this project aren't compatible, you should look at the other one if you plan getting an SB-H20
ok that's weird since another projects says that the SB-H20 protocol is different. the SB-H20 has the display built into the whole controller, and the ones with the deported screen...