mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 13:57:17 +00:00
FreeRTOS
This commit is contained in:
Binary file not shown.
@@ -189,3 +189,5 @@
|
||||
9 87 1754380790231971523 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_FreeRTOS/I2C_MultiDevice/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size ff60af2bda86720b
|
||||
6 62 1754380863559500818 esp-idf/esptool_py/CMakeFiles/bootloader_check_size ff60af2bda86720b
|
||||
6 62 1754380863559500818 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_FreeRTOS/I2C_MultiDevice/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size ff60af2bda86720b
|
||||
7 78 1754381004136483418 esp-idf/esptool_py/CMakeFiles/bootloader_check_size ff60af2bda86720b
|
||||
7 78 1754381004136483418 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_FreeRTOS/I2C_MultiDevice/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size ff60af2bda86720b
|
||||
|
Binary file not shown.
Binary file not shown.
@@ -95,7 +95,7 @@ void app_main(void)
|
||||
// Task #1; increments num1, sends data to queue1
|
||||
void task1(void *pvParameters) {
|
||||
uint32_t x = 0;
|
||||
SensorsData task1_data {
|
||||
SensorsData task1_data = {
|
||||
.num1 = 0,
|
||||
.num2 = 0,
|
||||
.num3 = 0,
|
||||
|
Reference in New Issue
Block a user