fix warnings p2

This commit is contained in:
Tester23
2024-09-27 18:10:44 +02:00
parent 3cbc7725f3
commit 400e48f242
43 changed files with 112 additions and 99 deletions

View File

@ -2551,7 +2551,6 @@ int http_fn_cfg_pins(http_request_t* request) {
// But on Beken chips, only certain pins can be PWM
int bCanThisPINbePWM;
int si, ch, ch2;
int j;
const char* alias;
si = PIN_GetPinRoleForPinIndex(i);

View File

@ -88,7 +88,6 @@ void HTTPServer_RunQuickTick() {
int recvbuflen = DEFAULT_BUFLEN;
SOCKET ClientSocket = INVALID_SOCKET;
int len, iSendResult;
int argp;
// Accept a client socket
ClientSocket = accept(ListenSocket, NULL, NULL);