This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Arduino.h> | |
#include <Update.h> | |
#include <WiFi.h> | |
#include <WiFiClientSecure.h> | |
#include <Arduino_MQTT_Client.h> | |
#include <ThingsBoard.h> | |
#include <Espressif_Updater.h> | |
#include <DHT.h> | |
constexpr char CURRENT_FIRMWARE_TITLE[] PROGMEM = "TEST"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ESP-ROM:esp32c6-20220919 | |
Build:Sep 19 2022 | |
rst:0x1 (POWERON),boot:0xd (SPI_FAST_FLASH_BOOT) | |
SPIWP:0xee | |
mode:DIO, clock div:2 | |
load:0x40875730,len:0x1870 | |
load:0x4086b910,len:0x1104 | |
load:0x4086e610,len:0x392c | |
entry 0x4086b91a | |
I (23) boot: ESP-IDF v5.5.1 2nd stage bootloader |