mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 18:26:52 +00:00
core
This commit is contained in:
0
ESP32-IDF_ESPNOW-Transmitter/build/.ninja_lock
Normal file
0
ESP32-IDF_ESPNOW-Transmitter/build/.ninja_lock
Normal file
@@ -1 +1 @@
|
||||
ref: refs/heads/core
|
||||
67c1de1eebe095d554d281952fde63c16ee2dca0
|
||||
|
@@ -18,7 +18,7 @@ set(HEAD_HASH)
|
||||
file(READ "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
|
||||
|
||||
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
|
||||
set(GIT_DIR "C:/Users/alex/github/ESP-Nodes/.git")
|
||||
set(GIT_DIR "C:/Users/alex/esp/v5.4/esp-idf/.git")
|
||||
# handle git-worktree
|
||||
if(EXISTS "${GIT_DIR}/commondir")
|
||||
file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024)
|
||||
|
@@ -1 +1 @@
|
||||
ce2fb2bf70b27f6db25c501b05f8097ea32b6391
|
||||
67c1de1eebe095d554d281952fde63c16ee2dca0
|
||||
|
Binary file not shown.
@@ -37,7 +37,7 @@ void app_main(void)
|
||||
}
|
||||
ESP_ERROR_CHECK( ret );
|
||||
wifi_init();
|
||||
joystick_adc_init();
|
||||
//joystick_adc_init();
|
||||
transmission_init();
|
||||
|
||||
system_led_init();
|
||||
|
Reference in New Issue
Block a user