mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 09:50:52 +00:00
RC
This commit is contained in:
@@ -1 +1 @@
|
||||
01c9eeacf0b3e6a35933440140042c65 /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin
|
||||
8eba3c97f9c4bc0f46e086dcf7679f4a /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin
|
||||
|
@@ -991,3 +991,10 @@
|
||||
169 184 1736064005750528814 /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/bootloader-prefix/src/bootloader-stamp/bootloader-done f249f5b287000dc4
|
||||
166 390 1736064005734528711 esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj 16ba06e89db85cdc
|
||||
390 400 1736064005958530153 esp-idf/main/libmain.a 70137ac8790bd643
|
||||
400 6026 1736064011536566092 esp-idf/esp_system/ld/sections.ld 92e95530ee1a2fbc
|
||||
400 6026 1736064011536566092 /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esp_system/ld/sections.ld 92e95530ee1a2fbc
|
||||
6026 7141 1736064011594566466 ESP-IDF_Robot.elf 16b9f6aba7127230
|
||||
7141 7351 1736064012918575000 .bin_timestamp 1d5386dfcf8a6b14
|
||||
7141 7351 1736064012918575000 /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/.bin_timestamp 1d5386dfcf8a6b14
|
||||
7351 7406 1736064012919575007 esp-idf/esptool_py/CMakeFiles/app_check_size e71bc229bf872e1a
|
||||
7351 7406 1736064012919575007 /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esptool_py/CMakeFiles/app_check_size e71bc229bf872e1a
|
||||
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -140,8 +140,7 @@ static int rc_x = 0, rc_y = 0;
|
||||
esp_now_peer_info_t peerInfo;
|
||||
static void espnow_deinit(espnow_send_param_t *send_param);
|
||||
|
||||
static void blink_led(void)
|
||||
{
|
||||
static void blink_led(void) {
|
||||
/* Set the GPIO level according to the state (LOW or HIGH)*/
|
||||
gpio_set_level(BLINK_GPIO, s_led_state);
|
||||
}
|
||||
|
Reference in New Issue
Block a user