We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2ea52 commit dbcf674Copy full SHA for dbcf674
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