UTC: 2021-04-01 21:00
jamesmyatt/au-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
| svn_repos=`git config --get-all svn-remote.svn.url` | |
| svn_prefix=svn/ | |
| git branch -r | sed 's|^[[:space:]]*||' | grep "^${svn_prefix}" | grep -v "^${svn_prefix}tags/" > git-branch-list | |
| svn ls $svn_repos/branches | sed 's|^[[:space:]]*||' | sed 's|/$||' | sed "s|^|${svn_prefix}|" > svn-branch-list | |
| echo "${svn_prefix}trunk" >> svn-branch-list | |
| diff -u git-branch-list svn-branch-list | grep '^-' | grep -v '^--' | sed 's|^-||' > old-branch-list |
| %% Create additional variables | |
| setenv('ExampleVar1', 'on') | |
| setenv('ExampleVar2', 'yes') | |
| setenv('ExampleVar3', 'true') | |
| %% List of Java environment variables | |
| env_java = java.lang.System.getenv(); | |
| keys_java = cell(env_java.keySet.toArray()); | |
| %% List of system environment variables |
| from __future__ import ( | |
| division, | |
| absolute_import, | |
| print_function, | |
| unicode_literals | |
| ) | |
| import hashlib | |
| import base64 | |
| import time |
UTC: 2021-04-01 21:00
jamesmyatt/au-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
| # For pins, see: https://github.com/esp8266/Arduino/blob/master/variants/nodemcu/pins_arduino.h | |
| substitutions: | |
| devicename: flexispot-e7-esp8266 | |
| min_height: "58.1" # Min height + 0.1 | |
| max_height: "122.9" # Max height - 0.1 | |
| tx_pin: D5 # =GPIO14 | |
| rx_pin: D6 # =GPIO12 | |
| pin_20: D2 # =GPIO4 | |
| esphome: |