mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 05:13:00 +01:00
* rename miner to main * serving out of storage * axe os * http server work * basic stats showing * update sdkconfig * SDKCONFIG * sdk config * edit page init * edit pool config * pool config edit working * OTA Success * remove compiled output * toggle AP mode with boot button * favicon * ota website update * add sdkconfig.ci back * update readme * change website build to warning * Update github workflow to build web dist * Allow AP mode before STA connection complete * spacing for johnny :) * formatting * Improve connecting to wifi with AP mode * added working indicator for UI * formatting * formatting * remove redundant sdkconfig in CMakeLists * vs code format on save workspace settings --------- Co-authored-by: johnny9 <985648+johnny9@users.noreply.github.com>
14 lines
463 B
CMake
Executable File
14 lines
463 B
CMake
Executable File
# The following lines of boilerplate have to be in your project's CMakeLists
|
|
# in this exact order for cmake to work correctly
|
|
cmake_minimum_required(VERSION 3.5)
|
|
|
|
# (Not part of the boilerplate)
|
|
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
|
|
# set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
|
|
|
|
project(esp-miner)
|
|
|