48 lines
1.2 KiB
C++
48 lines
1.2 KiB
C++
#include "espmega_iot_ota.hpp"
|
|
|
|
const String ota_part1 = {
|
|
#include "ota_html/ota-part1.html"
|
|
};
|
|
const String ota_part2_1 = {
|
|
#include "ota_html/ota-part2-1_itr.html"
|
|
};
|
|
const String ota_part2_2 = {
|
|
#include "ota_html/ota-part2-2_itr.html"
|
|
};
|
|
const String ota_part2_3 = {
|
|
#include "ota_html/ota-part2-3_itr.html"
|
|
};
|
|
const String ota_part3 = {
|
|
#include "ota_html/ota-part3.html"
|
|
};
|
|
|
|
const String config_part1 = {
|
|
#include "ota_html/config-part1.html"
|
|
};
|
|
const String config_part2 = {
|
|
#include "ota_html/config-part2.html"
|
|
};
|
|
const String config_txt_part1 = {
|
|
#include "ota_html/config-textfield-part1.html"
|
|
};
|
|
const String config_txt_part2 = {
|
|
#include "ota_html/config-textfield-part2.html"
|
|
};
|
|
const String config_txt_part3 = {
|
|
#include "ota_html/config-textfield-part3.html"
|
|
};
|
|
const String config_txt_part4 = {
|
|
#include "ota_html/config-textfield-part4.html"
|
|
};
|
|
const String config_txt_part5 = {
|
|
#include "ota_html/config-textfield-part5.html"
|
|
};
|
|
const String config_txt_part6 = {
|
|
#include "ota_html/config-textfield-part6.html"
|
|
};
|
|
const String config_auth_part1 = {
|
|
#include "ota_html/config-auth-part1.html"
|
|
};
|
|
const String config_auth_part2 = {
|
|
#include "ota_html/config-auth-part2.html"
|
|
}; |