Trimmed whitespace.
This commit is contained in:
parent
e01f301c9c
commit
17e4078560
19 changed files with 16 additions and 19 deletions
|
|
@ -510,4 +510,4 @@ void I2SAudioTask(void *pvParameters)
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@
|
|||
#include "esp_err.h"
|
||||
|
||||
void Initialize_Audio(void);
|
||||
esp_err_t Play_WAV_File(char * filename);
|
||||
esp_err_t Play_WAV_File(char * filename);
|
||||
|
|
|
|||
|
|
@ -479,4 +479,4 @@ SystemKResult_T BLE_Unquiet(void)
|
|||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@
|
|||
#include "esp_err.h"
|
||||
|
||||
void Initialize_BLE(void);
|
||||
void Disable_BLE(void);
|
||||
void Disable_BLE(void);
|
||||
|
|
|
|||
|
|
@ -442,4 +442,4 @@ void Disable_IR_Transmit()
|
|||
{
|
||||
gpio_set_level(IR_TX_RIGHT_ENABLE, 1);
|
||||
gpio_set_level(IR_TX_LEFT_ENABLE, 1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@
|
|||
|
||||
void Initialize_IR();
|
||||
void Enable_IR_Transmit();
|
||||
void Disable_IR_Transmit();
|
||||
void Disable_IR_Transmit();
|
||||
|
|
|
|||
|
|
@ -94,4 +94,3 @@ esp_err_t muxed_led_strip_del(muxed_led_strip_handle_t strip)
|
|||
ESP_RETURN_ON_FALSE(strip, ESP_ERR_INVALID_ARG, TAG, "invalid argument");
|
||||
return strip->del(strip);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -30,4 +30,4 @@ SystemKResult_T KV_Get_Value_uint32(const char *filename, const char *search_key
|
|||
SystemKResult_T KV_Set_Value_uint32(const char *filename, const char *set_key, uint32_t *set_value);
|
||||
|
||||
SystemKResult_T KV_Get_Value_uint8(const char *filename, const char *search_key, uint8_t *value);
|
||||
SystemKResult_T KV_Set_Value_uint8(const char *filename, const char *set_key, uint8_t *set_value);
|
||||
SystemKResult_T KV_Set_Value_uint8(const char *filename, const char *set_key, uint8_t *set_value);
|
||||
|
|
|
|||
|
|
@ -84,4 +84,4 @@ void Initialize_SPIFFS(void)
|
|||
|
||||
xEventGroupSetBits(Get_System_Events(), SYS_SPIFFS_READY);
|
||||
KLOG_INFO(TAG, "SPIFFS initialized.");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@
|
|||
|
||||
void Initialize_SPIFFS(void);
|
||||
|
||||
extern const char *DEFAULT_CONFIG_FILE;
|
||||
extern const char *DEFAULT_CONFIG_FILE;
|
||||
|
|
|
|||
|
|
@ -468,4 +468,3 @@ SystemKResult_T Initialize_Settings(void)
|
|||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -467,4 +467,4 @@ void Erase_OTA_File(void)
|
|||
{
|
||||
KLOG_ERROR(TAG, "Error erasing the OTA file: %s", strerror(errno));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -311,4 +311,4 @@ void Request_Reprogramming_From_USB(void)
|
|||
{
|
||||
KLOG_WARN(TAG, "Reprogramming already in progress.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@
|
|||
* file in the root of this repository. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
void Request_Reprogramming_From_USB(void);
|
||||
void Request_Reprogramming_From_USB(void);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 852dd684ad7e52786e5d75b701a89116c52b7060
|
||||
Subproject commit 871d70684748992e75f4c6f82cca97aa4392af59
|
||||
|
|
@ -41,4 +41,4 @@ EventGroupHandle_t Get_System_Events(void);
|
|||
void Initialize_System_Events(void);
|
||||
bool Wait_For_System_Event(EventBits_t event_bit, const char* timeout_message, uint32_t timeout_ms);
|
||||
|
||||
#endif // SYSTEM_EVENTS_H
|
||||
#endif // SYSTEM_EVENTS_H
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/*
|
||||
* This program source code file is part of the KTag project, a DIY laser tag
|
||||
* game with customizable features and wide interoperability.
|
||||
|
|
|
|||
|
|
@ -25,4 +25,4 @@
|
|||
|
||||
void Initialize_SystemK_NeoPixels(void);
|
||||
|
||||
#endif // HW_NEOPIXELS_H
|
||||
#endif // HW_NEOPIXELS_H
|
||||
|
|
|
|||
|
|
@ -30,4 +30,4 @@
|
|||
#define VERSION_STRING(major, minor) STRINGIFY(major) "." STRINGIFY(minor)
|
||||
#define VERSION_AS_STR() "Version " VERSION_STRING(VERSION_MAJOR, VERSION_MINOR) " " __DATE__ " " __TIME__
|
||||
|
||||
#endif // VERSION_H
|
||||
#endif // VERSION_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue