diff --git a/platformio.ini b/platformio.ini index 881d341b..7296a606 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,7 +9,7 @@ ; https://docs.platformio.org/page/projectconf.html [platformio] -;default_envs = tbeam +default_envs = tbeam ;default_envs = tbeam0.7 ;default_envs = heltec ;default_envs = tlora-v1 @@ -18,7 +18,7 @@ ;default_envs = lora-relay-v1 # nrf board ;default_envs = t-echo ;default_envs = nrf52840dk-geeksville -default_envs = native # lora-relay-v1 # nrf52840dk-geeksville # linux # or if you'd like to change the default to something like lora-relay-v1 put that here +;default_envs = native # lora-relay-v1 # nrf52840dk-geeksville # linux # or if you'd like to change the default to something like lora-relay-v1 put that here ;default_envs = rak4631 ;default_envs = rak4630 @@ -88,7 +88,8 @@ framework = arduino lib_deps = ${env.lib_deps} -build_flags = ${env.build_flags} -Os -DRADIOLIB_GODMODE +build_flags = ${env.build_flags} -Os +# -DRADIOLIB_GODMODE src_filter = ${env.src_filter} - diff --git a/proto b/proto index d4232f9a..5be5307c 160000 --- a/proto +++ b/proto @@ -1 +1 @@ -Subproject commit d4232f9a8932c1d5ddd76af89c7737f4b287e145 +Subproject commit 5be5307c906f1275e4134f839b1d93283484932e diff --git a/version.properties b/version.properties index e0d2b584..e7da90cf 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ [VERSION] major = 1 minor = 2 -build = 29 +build = 30