astro timer implemented, components updated

This commit is contained in:
Bogdan Pilyugin 2024-05-16 15:08:52 +02:00
parent a744468049
commit e7b69ba3d2
4 changed files with 12 additions and 14 deletions

@ -1 +1 @@
Subproject commit bc3034b97ce2919f2a72b538815bbf0aa9ba03d8
Subproject commit cdfa6d09bbd11ab1980af76cf74aabae1e6e059d

View File

@ -3,14 +3,12 @@
<SNTPCard></SNTPCard>
<CronCard></CronCard>
<MQTT1Card></MQTT1Card>
<MQTT2Card></MQTT2Card>
</div>
</template>
<script setup>
import SNTPCard from "components/webguicomp/cards/SNTPCard.vue";
import MQTT1Card from "components/webguicomp/cards/MQTT1Card.vue";
import MQTT2Card from "components/webguicomp/cards/MQTT2Card.vue";
import CronCard from "src/components/webguicomp/cards/CronCard.vue";

@ -1 +1 @@
Subproject commit 513c9f6b896f05c26fc69377e5cf2e5127012d03
Subproject commit 92a1cc3cc797b52fdab10c6e6c23cb70ce2d814d

View File

@ -1932,16 +1932,6 @@ CONFIG_ESPFS_USE_HEATSHRINK=y
# end of libespfs
# end of WebGUIApp
#
# esp-modem
#
CONFIG_ESP_MODEM_CMUX_DEFRAGMENT_PAYLOAD=y
# CONFIG_ESP_MODEM_USE_INFLATABLE_BUFFER_IF_NEEDED is not set
CONFIG_ESP_MODEM_CMUX_DELAY_AFTER_DLCI_SETUP=0
# CONFIG_ESP_MODEM_CMUX_USE_SHORT_PAYLOADS_ONLY is not set
# CONFIG_ESP_MODEM_ADD_CUSTOM_MODULE is not set
# end of esp-modem
#
# The Things Network
#
@ -1965,6 +1955,16 @@ CONFIG_TTN_BG_TASK_PRIO=10
CONFIG_TTN_PROVISION_UART_NONE=y
CONFIG_TTN_PROVISION_UART_NUM=0
# end of The Things Network
#
# esp-modem
#
CONFIG_ESP_MODEM_CMUX_DEFRAGMENT_PAYLOAD=y
# CONFIG_ESP_MODEM_USE_INFLATABLE_BUFFER_IF_NEEDED is not set
CONFIG_ESP_MODEM_CMUX_DELAY_AFTER_DLCI_SETUP=0
# CONFIG_ESP_MODEM_CMUX_USE_SHORT_PAYLOADS_ONLY is not set
# CONFIG_ESP_MODEM_ADD_CUSTOM_MODULE is not set
# end of esp-modem
# end of Component config
# CONFIG_IDF_EXPERIMENTAL_FEATURES is not set