Sampozzo
Sampozzo
Hello, i'm using BLECombo library derived from your library and i have the same issue, around 130kb ram used after begin(); Any news on this? Anyone know how to free...
Hi @T-vK thanks for your fast reply. I just tested id and it free around 20kb of 130. Good but not not enough yet for my project. Thanks anyway!
Ihave the same exact problem and it is seems not to be a pcbdraw issue because i can generate images with pcbdraw from the same pcb without error. I solved...
I've found this: https://it.farnell.com/hirose-hrs/df40c-100dp-0-4v-51/conn-stacking-header-100pos-2row/dp/2427678?st=mezzanine%20100 Any one can confirm it is the right connector?
Thank you very much!
Thank you @MatteoManna , the best for me is to have one single avatar over the whole network and not one avatar for every subdomain like it seems working other...
Hello @MatteoManna i found a very simple solution that works for me, don't know it can be added to the official plugin. The default blog have ID = 1 just...
sorry, after more testing, it doesn't work on upload in subdomains, but i think this is the direction
ok sorry again for my continue posting, this works for me, i hope to help: add this: ``` $user_blog = get_user_meta( $user_id, 'primary_blog', true); switch_to_blog( $user_blog); ``` at line 75,...