Skip to content

Commit

Permalink
🚑 Hotfix 0.3.2 (#183)
Browse files Browse the repository at this point in the history
- Add recompile option to fix #182
  • Loading branch information
tolauwae authored Jun 2, 2023
1 parent d050e5b commit da54f21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (BUILD_ESP)
include($ENV{IDF_PATH}/tools/cmake/project.cmake "${PROJECT_BINARY_DIR}/../include")
endif (BUILD_ESP)

project(WARDuino VERSION 0.3.1)
project(WARDuino VERSION 0.3.2)

set(WARDUINO_VERSION_STRING "${PROJECT_VERSION}")
configure_file(src/config.h.in include/warduino/config.h)
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WARDuino
version=0.3.1
version=0.3.2
author=Robbert Gurdeep Singh <[email protected]>, Christophe Scholliers <[email protected]>, Tom Lauwaerts <[email protected]>, Carlos Rojas Castillo <[email protected]>, Joel Martin <[email protected]>
maintainer=Robbert Gurdeep Singh <[email protected]>, Christophe Scholliers <[email protected]>, Tom Lauwaerts <[email protected]>
sentence=A library that enables the use of WebAssembly on Arduino boards with debugging support
Expand Down
2 changes: 2 additions & 0 deletions platforms/Arduino/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ ifndef FQBN
endif
arduino-cli compile --fqbn $(FQBN) Arduino.ino

recompile: clean compile

monitor:
ifndef PORT
$(error PORT is not set. Use a .config file)
Expand Down

0 comments on commit da54f21

Please sign in to comment.