Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 755cd93

Browse filesBrowse files
marcogmaiame-no-dev
authored andcommitted
add missing EEPROM lib to CMakeLists.txt, moved the EEPROM files to proper dir (espressif#2333)
* add missing EEPROM lib to CMakeLists.txt, moved the EEPROM files to proper directory * add missing EEPROM lib to CMakeLists.txt, moved the EEPROM files to proper directory
1 parent 86fdb5b commit 755cd93
Copy full SHA for 755cd93

File tree

Expand file treeCollapse file tree

3 files changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+2
-1
lines changed

‎CMakeLists.txt

Copy file name to clipboardExpand all lines: CMakeLists.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ set(LIBRARY_SRCS
4242
libraries/AsyncUDP/src/AsyncUDP.cpp
4343
libraries/BluetoothSerial/src/BluetoothSerial.cpp
4444
libraries/DNSServer/src/DNSServer.cpp
45-
libraries/EEPROM/EEPROM.cpp
45+
libraries/EEPROM/src/EEPROM.cpp
4646
libraries/ESPmDNS/src/ESPmDNS.cpp
4747
libraries/FFat/src/FFat.cpp
4848
libraries/FS/src/FS.cpp
@@ -181,6 +181,7 @@ set(COMPONENT_ADD_INCLUDEDIRS
181181
libraries/BLE/src
182182
libraries/BluetoothSerial/src
183183
libraries/DNSServer/src
184+
libraries/EEPROM/src
184185
libraries/ESP32/src
185186
libraries/ESPmDNS/src
186187
libraries/FFat/src
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.