We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e42042 + dbcf674 commit b5684b4Copy full SHA for b5684b4
doc/ota_updates/ota_updates.md
@@ -507,7 +507,7 @@ $db = array(
507
);
508
509
if(isset($db[$_SERVER['HTTP_X_ESP8266_STA_MAC']])) {
510
- if($db[$_SERVER['HTTP_X_ESP8266_STA_MAC']] != $_SERVER['HTTP_X_ESP8266_VERSION']) ) {
+ if($db[$_SERVER['HTTP_X_ESP8266_STA_MAC']] != $_SERVER['HTTP_X_ESP8266_VERSION']) {
511
sendFile("./bin/".$db[$_SERVER['HTTP_X_ESP8266_STA_MAC']]."bin");
512
} else {
513
header($_SERVER["SERVER_PROTOCOL"].' 304 Not Modified', true, 304);
0 commit comments