mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-27 18:13:44 +02:00
fix: capitalisation of helper for linux build
Signed-off-by: Nils Ponsard <nilsponsard@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
idf_component_register(SRCS "Helpers/helpers.cpp"
|
idf_component_register(SRCS "Helpers/helpers.cpp"
|
||||||
INCLUDE_DIRS "helpers"
|
INCLUDE_DIRS "Helpers"
|
||||||
REQUIRES esp_timer
|
REQUIRES esp_timer
|
||||||
)
|
)
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <StateManager.hpp>
|
#include <StateManager.hpp>
|
||||||
#include <Helpers.hpp>
|
#include <helpers.hpp>
|
||||||
|
|
||||||
// it kinda looks like different boards have these states swapped
|
// it kinda looks like different boards have these states swapped
|
||||||
#define LED_OFF 1
|
#define LED_OFF 1
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#ifndef OPENIRISTASKS_HPP
|
#ifndef OPENIRISTASKS_HPP
|
||||||
#define OPENIRISTASKS_HPP
|
#define OPENIRISTASKS_HPP
|
||||||
|
|
||||||
#include "Helpers.hpp"
|
#include "helpers.hpp"
|
||||||
#include "freertos/FreeRTOS.h"
|
#include "freertos/FreeRTOS.h"
|
||||||
#include "freertos/task.h"
|
#include "freertos/task.h"
|
||||||
#include "esp_system.h"
|
#include "esp_system.h"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#include "esp_timer.h"
|
#include "esp_timer.h"
|
||||||
#include <StateManager.hpp>
|
#include <StateManager.hpp>
|
||||||
#include <WebSocketLogger.hpp>
|
#include <WebSocketLogger.hpp>
|
||||||
#include <Helpers.hpp>
|
#include <helpers.hpp>
|
||||||
|
|
||||||
extern WebSocketLogger webSocketLogger;
|
extern WebSocketLogger webSocketLogger;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user