mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
cross-compiled & binaries
This commit is contained in:
@@ -27,4 +27,4 @@
|
||||
# Example of UARTBRIDGE configuration
|
||||
#-DUARTBRIDGE_ENABLE
|
||||
-DOTA_PORT=80
|
||||
-DMERCURY_ENABLE
|
||||
#-DMERCURY_ENABLE
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
|
||||
-D CORS=\"*\"
|
||||
-D REDIRECTION_URL=\"http://lazyhome.ru/pwa\"
|
||||
-DMERCURY_ENABLE
|
||||
#-DMERCURY_ENABLE
|
||||
@@ -37,4 +37,4 @@
|
||||
#HAL_ETH_MODULE_DISABLED
|
||||
#HAL_SD_MODULE_DISABLED
|
||||
#HAL_DAC_MODULE_DISABLED
|
||||
-DMERCURY_ENABLE
|
||||
#-DMERCURY_ENABLE
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
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
Binary file not shown.
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
BIN
compiled/stm32/firmware.elf
Executable file
Binary file not shown.
9872
compiled/stm32/firmware.map
Normal file
9872
compiled/stm32/firmware.map
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2097,7 +2097,7 @@ int16_t attachMaturaTimer()
|
||||
return maturaTimerNumber;
|
||||
}
|
||||
#else
|
||||
int16_t attachMaturaTimer(){};
|
||||
int16_t attachMaturaTimer(){return 0;};
|
||||
#endif
|
||||
|
||||
#if defined(WIFI_ENABLE)
|
||||
|
||||
@@ -55,7 +55,7 @@ void out_Mercury::initLine(bool full)
|
||||
#elif defined (ARDUINO_ARCH_ESP8266)
|
||||
modbusSerial.begin(baud, static_cast <SerialConfig>(serialParam));
|
||||
#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.begin(baud, (serialParam));
|
||||
|
||||
@@ -803,12 +803,13 @@ lib_ignore =
|
||||
DS2482_OneWire
|
||||
ModbusMaster
|
||||
Syslog
|
||||
EEPROM
|
||||
;EEPROM
|
||||
ClosedCube HDC1080
|
||||
SparkFun CCS811 Arduino Library
|
||||
M5Stack
|
||||
ArduinoOTA
|
||||
lib_deps =
|
||||
EEPROM
|
||||
https://github.com/anklimov/aJson
|
||||
https://github.com/anklimov/CmdArduino
|
||||
ArduinoHttpClient
|
||||
@@ -891,6 +892,7 @@ lib_deps =
|
||||
br3ttb/PID@^1.2.1
|
||||
ArduinoMDNS
|
||||
https://github.com/khoih-prog/TimerInterrupt_Generic.git
|
||||
;https://github.com/anklimov/ModbusMaster
|
||||
|
||||
monitor_speed = 115200
|
||||
|
||||
|
||||
Reference in New Issue
Block a user