3 Commits

Author SHA1 Message Date
jct
cee415446a Branch name changed for homie
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2020-01-27 09:34:21 +00:00
jct
91a29db8ed Update '.drone.yml'
Some checks failed
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2019-11-29 10:08:21 +00:00
jct
7a37df2fff Merge branch 'refactoring' of jct/deskcontrol into master
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-11-29 09:59:32 +00:00
2 changed files with 1 additions and 5 deletions

View File

@ -14,8 +14,6 @@ steps:
- make otaupload - make otaupload
when: when:
event: tag event: tag
branch:
- master
- name: release - name: release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
@ -33,5 +31,3 @@ steps:
- crc32 - crc32
when: when:
event: tag event: tag
branch:
- master

View File

@ -5,7 +5,7 @@ framework = arduino
upload_speed=921600 upload_speed=921600
build_flags = -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY -DVERSION=${sysenv.DRONE_SEMVER} build_flags = -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY -DVERSION=${sysenv.DRONE_SEMVER}
lib_deps = https://github.com/homieiot/homie-esp8266.git#develop-v3, DHT sensor library for ESPx lib_deps = https://github.com/homieiot/homie-esp8266.git#develop, DHT sensor library for ESPx
[env:nodemcu] [env:nodemcu]
board = nodemcu board = nodemcu