Fixed referral to test FOTA page

This commit is contained in:
Ray Jones 2019-08-03 20:47:19 +10:00
parent e5e0f87e0b
commit 27b988c895
2 changed files with 5 additions and 5 deletions

View file

@ -16,10 +16,10 @@ board = esp32dev
framework = arduino
board_build.partitions = min_spiffs.csv
upload_speed = 921600
;upload_port = 192.168.20.40
;upload_protocol = espota
upload_port = COM16
upload_protocol = esptool
upload_port = 192.168.20.40
upload_protocol = espota
;upload_port = COM16
;upload_protocol = esptool
upload_flags =
--port=3232
monitor_speed = 115200

View file

@ -31,7 +31,7 @@
#include "../Utility/MODBUS-CRC16.h"
#include "esp_ota_ops.h"
#define TESTFOTA
//#define TESTFOTA
bool CheckFirmwareCRC(int filesize);