Skip to content

Commit

Permalink
added v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RBEGamer committed Jan 6, 2023
1 parent 0c7604e commit aef94be
Show file tree
Hide file tree
Showing 51 changed files with 140,662 additions and 70,909 deletions.
Binary file added documentation/status_codes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
34,823 changes: 34,823 additions & 0 deletions src/base/build/V3.1.0/PCBv1/esp8266.esp8266.generic/wifiextention.ino.map

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
34,822 changes: 34,822 additions & 0 deletions src/base/build/V3.1.0/PCBv2/esp8266.esp8266.nodemcu/wifiextention.ino.map

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion src/base/wordclock/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ set(PICO_SDK_PATH ${CMAKE_CURRENT_LIST_DIR}/../pico-sdk)
set(CMAKE_CURRENT_BINARY_DIR ${CMAKE_CURRENT_LIST_DIR}/build)
set(PICO_BOARD_HEADER_DIRS ${CMAKE_CURRENT_LIST_DIR}/board)

#et(PICO_BOARD "WORDCLOCK_V1_RP2040")
#set(PICO_BOARD "WORDCLOCK_V1_RP2040")
set(PICO_BOARD "WORDCLOCK_V2_RP2040")
#set(PICO_BOARD "WORDCLOCK_V2_RP2040_RP2040RTC")
#set(PICO_BOARD "WORDCLOCK_V2_RP2040_NOI2C")


set(VERSION "3.1.0")


Expand Down Expand Up @@ -76,6 +80,7 @@ add_executable(wordclock
src/helper.cpp
src/wifi_interface.h
src/wifi_interface.cpp
src/main.h
src/main.cpp
)

Expand Down Expand Up @@ -114,6 +119,7 @@ target_link_libraries(wordclock
hardware_adc
hardware_flash
hardware_sync
hardware_timer
)


Expand Down
Binary file not shown.
Loading

0 comments on commit aef94be

Please sign in to comment.