32ESPecial Version 1.00 #9

Merged
Joe merged 8 commits from Cleanup_Nov_2025 into main 2025-11-30 21:46:46 +00:00
19 changed files with 16 additions and 19 deletions
Showing only changes of commit 17e4078560 - Show all commits

View file

@ -510,4 +510,4 @@ void I2SAudioTask(void *pvParameters)
}
}
}
}
}

View file

@ -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);

View file

@ -479,4 +479,4 @@ SystemKResult_T BLE_Unquiet(void)
}
return result;
}
}

View file

@ -23,4 +23,4 @@
#include "esp_err.h"
void Initialize_BLE(void);
void Disable_BLE(void);
void Disable_BLE(void);

View file

@ -442,4 +442,4 @@ void Disable_IR_Transmit()
{
gpio_set_level(IR_TX_RIGHT_ENABLE, 1);
gpio_set_level(IR_TX_LEFT_ENABLE, 1);
}
}

View file

@ -24,4 +24,4 @@
void Initialize_IR();
void Enable_IR_Transmit();
void Disable_IR_Transmit();
void Disable_IR_Transmit();

View file

@ -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);
}

View file

@ -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);

View file

@ -84,4 +84,4 @@ void Initialize_SPIFFS(void)
xEventGroupSetBits(Get_System_Events(), SYS_SPIFFS_READY);
KLOG_INFO(TAG, "SPIFFS initialized.");
}
}

View file

@ -23,4 +23,4 @@
void Initialize_SPIFFS(void);
extern const char *DEFAULT_CONFIG_FILE;
extern const char *DEFAULT_CONFIG_FILE;

View file

@ -468,4 +468,3 @@ SystemKResult_T Initialize_Settings(void)
return result;
}

View file

@ -467,4 +467,4 @@ void Erase_OTA_File(void)
{
KLOG_ERROR(TAG, "Error erasing the OTA file: %s", strerror(errno));
}
}
}

View file

@ -311,4 +311,4 @@ void Request_Reprogramming_From_USB(void)
{
KLOG_WARN(TAG, "Reprogramming already in progress.");
}
}
}

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -25,4 +25,4 @@
void Initialize_SystemK_NeoPixels(void);
#endif // HW_NEOPIXELS_H
#endif // HW_NEOPIXELS_H

View file

@ -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