mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
302
This commit is contained in:
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define FIRMWARE_VERSION 301
|
||||
#define FIRMWARE_VERSION 302
|
||||
|
||||
//#define svelte
|
||||
|
||||
|
||||
@@ -13,13 +13,13 @@
|
||||
;To choose firmware please use one of definition:
|
||||
;esp8266_1mb , esp8266_4mb , esp32_4mb , esp8266_mysensors_4mb , esp32_mysensors_4mb
|
||||
[platformio]
|
||||
default_envs = esp8266_4mb
|
||||
default_envs = esp32_4mb
|
||||
|
||||
|
||||
;data_esp => esp8266_1mb , esp8266_4mb , esp32_4mb
|
||||
;data_ms => esp8266_mysensors_4mb , esp32_mysensors_4mb
|
||||
;data_svelte => new web interface (in progress...)
|
||||
data_dir = data_svelte
|
||||
data_dir = data_esp
|
||||
;==============================================================================================
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user