* beken new sdk + bk7238

* fix bk7238
This commit is contained in:
NonPIayerCharacter
2025-02-15 00:22:59 +03:00
committed by GitHub
parent 437bd68daa
commit d4d6c69be3
27 changed files with 478 additions and 85 deletions

View File

@@ -588,7 +588,7 @@ void setupAllWB2SPinsAsButtons() {
// call with str == NULL to force send. - can be binary.
// supply length
int postany(http_request_t* request, const char* str, int len) {
#if PLATFORM_BL602
#if PLATFORM_BL602 || PLATFORM_BEKEN_NEW
send(request->fd, str, len, 0);
return 0;
#else