Skip to content
Snippets Groups Projects
Commit dd9351ed authored by francois's avatar francois
Browse files

update

parent 38d90a17
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@
# NEOSENSOR
neOSensor.name=neOSensor (ESP-12E based)
neOSensor.upload.tool=esptool_py
neOSensor.upload.tool=esptool
neOSensor.upload.maximum_data_size=81920
neOSensor.upload.wait_for_upload_port=true
neOSensor.upload.erase_cmd=
......@@ -35,8 +35,8 @@ neOSensor.build.flash_freq=40
# [sep.20] additional compilation flags
# DISABLE_AP_PASSWD: flag to disable access point password (i.e free to connect to)
neOSensor.build.extra_flags=-DESP8266 -DNEOSENSOR_BOARD -DMQTT_KEEPALIVE=60 -DMQTT_SOCKET_TIMEOUT=60 -DMQTT_MAX_PACKET_SIZE=256 -DDISABLE_SSL -DDISABLE_AP_PASSWD
#neOSensor.build.extra_flags=-DESP8266 -DNEOSENSOR_BOARD -DMQTT_KEEPALIVE=60 -DMQTT_SOCKET_TIMEOUT=60 -DMQTT_MAX_PACKET_SIZE=256 -DDISABLE_SSL
#neOSensor.build.extra_flags=-DESP8266 -DNEOSENSOR_BOARD -DMQTT_KEEPALIVE=60 -DMQTT_SOCKET_TIMEOUT=60 -DMQTT_MAX_PACKET_SIZE=256 -DDISABLE_SSL -DDISABLE_AP_PASSWD
neOSensor.build.extra_flags=-DESP8266 -DNEOSENSOR_BOARD -DMQTT_KEEPALIVE=60 -DMQTT_SOCKET_TIMEOUT=60 -DMQTT_MAX_PACKET_SIZE=256 -DDISABLE_SSL
#neOSensor.build.extra_flags=-DESP8266 -DNEOSENSOR_BOARD -DMQTT_KEEPALIVE=60 -DMQTT_SOCKET_TIMEOUT=60 -DMQTT_MAX_PACKET_SIZE=256
neOSensor.menu.ip.lm2f=v2 Lower Memory
......
......@@ -37,7 +37,7 @@
*/
#define BOARD_NAME "neOSensor"
#define BOARD_REVISION 1.1
#define BOARD_FWREV 201001 // Firmware revision <year><month><day> in 2 digits each
#define BOARD_FWREV 200907 // Firmware revision <year><month><day> in 2 digits each
/* #############################################################################
......
......@@ -554,6 +554,7 @@ bool neOSensor_reset( void ) {
const char *_prefix = PSTR(MCFG_FILE_PREFIX);
const char *_suffix = PSTR(MCFG_FILE_SUFFIX);
#if defined(ESP8266)
#warning "code not tested!"
Dir dir = SPIFFS.openDir("/");
while( dir.next() ) {
log_debug(F("\n[reset] found file: "));log_debug(dir.fileName());log_flush();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment