cross-compiled & binaries

This commit is contained in:
2023-10-21 21:52:57 +03:00
parent f6a57348eb
commit 7bf685a0d4
25 changed files with 61254 additions and 58540 deletions

View File

@@ -27,4 +27,4 @@
# Example of UARTBRIDGE configuration # Example of UARTBRIDGE configuration
#-DUARTBRIDGE_ENABLE #-DUARTBRIDGE_ENABLE
-DOTA_PORT=80 -DOTA_PORT=80
-DMERCURY_ENABLE #-DMERCURY_ENABLE

View File

@@ -16,4 +16,4 @@
-D CORS=\"*\" -D CORS=\"*\"
-D REDIRECTION_URL=\"http://lazyhome.ru/pwa\" -D REDIRECTION_URL=\"http://lazyhome.ru/pwa\"
-DMERCURY_ENABLE #-DMERCURY_ENABLE

View File

@@ -37,4 +37,4 @@
#HAL_ETH_MODULE_DISABLED #HAL_ETH_MODULE_DISABLED
#HAL_SD_MODULE_DISABLED #HAL_SD_MODULE_DISABLED
#HAL_DAC_MODULE_DISABLED #HAL_DAC_MODULE_DISABLED
-DMERCURY_ENABLE #-DMERCURY_ENABLE

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

BIN
compiled/stm32/firmware.elf Executable file

Binary file not shown.

9872
compiled/stm32/firmware.map Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -2097,7 +2097,7 @@ int16_t attachMaturaTimer()
return maturaTimerNumber; return maturaTimerNumber;
} }
#else #else
int16_t attachMaturaTimer(){}; int16_t attachMaturaTimer(){return 0;};
#endif #endif
#if defined(WIFI_ENABLE) #if defined(WIFI_ENABLE)

View File

@@ -55,7 +55,7 @@ void out_Mercury::initLine(bool full)
#elif defined (ARDUINO_ARCH_ESP8266) #elif defined (ARDUINO_ARCH_ESP8266)
modbusSerial.begin(baud, static_cast <SerialConfig>(serialParam)); modbusSerial.begin(baud, static_cast <SerialConfig>(serialParam));
#elif defined (ESP32) #elif defined (ESP32)
if (full) modbusSerial.begin(store->baud, (serialParam),MODBUS_UART_RX_PIN,MODBUS_UART_TX_PIN); if (full) modbusSerial.begin(baud, (serialParam),MODBUS_UART_RX_PIN,MODBUS_UART_TX_PIN);
else modbusSerial.updateBaudRate (baud); //Some terrible error in ESP32 core with uart reinit else modbusSerial.updateBaudRate (baud); //Some terrible error in ESP32 core with uart reinit
#else #else
modbusSerial.begin(baud, (serialParam)); modbusSerial.begin(baud, (serialParam));

View File

@@ -803,12 +803,13 @@ lib_ignore =
DS2482_OneWire DS2482_OneWire
ModbusMaster ModbusMaster
Syslog Syslog
EEPROM ;EEPROM
ClosedCube HDC1080 ClosedCube HDC1080
SparkFun CCS811 Arduino Library SparkFun CCS811 Arduino Library
M5Stack M5Stack
ArduinoOTA ArduinoOTA
lib_deps = lib_deps =
EEPROM
https://github.com/anklimov/aJson https://github.com/anklimov/aJson
https://github.com/anklimov/CmdArduino https://github.com/anklimov/CmdArduino
ArduinoHttpClient ArduinoHttpClient
@@ -891,6 +892,7 @@ lib_deps =
br3ttb/PID@^1.2.1 br3ttb/PID@^1.2.1
ArduinoMDNS ArduinoMDNS
https://github.com/khoih-prog/TimerInterrupt_Generic.git https://github.com/khoih-prog/TimerInterrupt_Generic.git
;https://github.com/anklimov/ModbusMaster
monitor_speed = 115200 monitor_speed = 115200