mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-13 18:58:18 +01:00
committed by
GitHub
parent
437bd68daa
commit
d4d6c69be3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user