Skip to content

Commit

Permalink
Move components/rf433 to standalone repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsakoff committed Feb 5, 2020
1 parent e0a0d88 commit 98b8a84
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 302 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "components/rf433"]
path = components/rf433
url = https://github.com/mcsakoff/idf-esp32-rf433.git
3 changes: 3 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Built and tested on:

== Build and run

.Init/Update submodules
$ git submodule update --init --recursive

.Configure the project
$ make menuconfig

Expand Down
1 change: 1 addition & 0 deletions components/rf433
Submodule rf433 added at 404987
4 changes: 0 additions & 4 deletions components/rf433/CMakeLists.txt

This file was deleted.

14 changes: 0 additions & 14 deletions components/rf433/Kconfig.projbuild

This file was deleted.

10 changes: 0 additions & 10 deletions components/rf433/component.mk

This file was deleted.

244 changes: 0 additions & 244 deletions components/rf433/rf433.c

This file was deleted.

27 changes: 0 additions & 27 deletions components/rf433/rf433.h

This file was deleted.

4 changes: 1 addition & 3 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ CONFIG_ESPTOOLPY_PORT="/dev/cu.wchusbserial1420"
CONFIG_ESPTOOLPY_BAUD_921600B=y
CONFIG_ESPTOOLPY_FLASHMODE_DOUT=y
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_FLASHMODE_DOUT=y

CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE=y
CONFIG_OPTIMIZATION_LEVEL_RELEASE=y
CONFIG_COMPILER_OPTIMIZATION_SIZE=y

CONFIG_MQTT_TRANSPORT_WEBSOCKET=n
CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE=n
Expand Down

0 comments on commit 98b8a84

Please sign in to comment.