Initial commit
17
ESPlorer/.github/stale.yml
vendored
Executable file
@ -0,0 +1,17 @@
|
||||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 60
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 7
|
||||
# Issues with these labels will never be considered stale
|
||||
exemptLabels:
|
||||
- pinned
|
||||
- security
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: wontfix
|
||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||
markComment: >
|
||||
This issue has been automatically marked as stale because it has not had
|
||||
recent activity. It will be closed if no further activity occurs. Thank you
|
||||
for your contributions.
|
||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||
closeComment: true
|
27
ESPlorer/.github/workflows/build.yml
vendored
Executable file
@ -0,0 +1,27 @@
|
||||
name: build
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 8
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.m2
|
||||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: ${{ runner.os }}-m2
|
||||
- name: Build with Maven
|
||||
run: ./mvnw -B package
|
||||
- name: Prepare distribution
|
||||
run: mkdir -p dist/ESPlorer && mv target/ESPlorer.jar script/ESPlorer.{bat,sh} dist/ESPlorer
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ESPlorer
|
||||
path: dist/
|
6
ESPlorer/.gitignore
vendored
Executable file
@ -0,0 +1,6 @@
|
||||
ESPlorer.Log
|
||||
ESPlorer.Log.lck
|
||||
.idea/
|
||||
target/
|
||||
*.iml
|
||||
nbactions.xml
|
339
ESPlorer/LICENSE.md
Executable file
@ -0,0 +1,339 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
{description}
|
||||
Copyright (C) {year} {fullname}
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
{signature of Ty Coon}, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License.
|
51
ESPlorer/README.md
Executable file
@ -0,0 +1,51 @@
|
||||
# ESPlorer
|
||||
|
||||
[![Build Actions Status](https://github.com/4refr0nt/ESPlorer/workflows/build/badge.svg)](https://github.com/4refr0nt/ESPlorer/actions) [![Join the chat at https://gitter.im/4refr0nt/ESPlorer](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/4refr0nt/ESPlorer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
#### Integrated Development Environment (IDE) for ESP8266 developers
|
||||
|
||||
### Package Description
|
||||
The essential multiplatforms tools for any ESP8266 developer from luatool author’s, including a LUA for NodeMCU and MicroPython. Also, all AT commands are supported.
|
||||
|
||||
Requires Java 8 or above.
|
||||
Download the latest and greatest one from [Oracle website](https://www.oracle.com/java/technologies/javase-downloads.html).
|
||||
|
||||
### Supported platforms
|
||||
- Windows(x86, x86-64)
|
||||
- Linux(x86, x86-64, ARM soft & hard float)
|
||||
- Solaris(x86, x86-64)
|
||||
- Mac OS X(x86, x86-64, PPC, PPC64)
|
||||
|
||||
### Detailed features list
|
||||
- Syntax highlighting LUA and Python code
|
||||
- Code editor color themes: default, dark, Eclipse, IDEA, Visual Studio
|
||||
- Undo/Redo editors features
|
||||
- Code Autocomplete (Ctrl+Space)
|
||||
- Smart send data to ESP8266 (without dumb send with fixed line delay), check correct answer from ESP8266 after every line.
|
||||
- Code snippets
|
||||
- Detailed logging
|
||||
- and more, more more…
|
||||
|
||||
### Discuss
|
||||
* [English esp8266.com](http://www.esp8266.com/viewtopic.php?f=22&t=882)
|
||||
* [Russian esp8266.ru](http://esp8266.ru/forum/threads/esplorer.34/)
|
||||
|
||||
### Home Page
|
||||
[http://esp8266.ru/ESPlorer/](http://esp8266.ru/esplorer/)
|
||||
|
||||
### Latest binaries download
|
||||
Check out [Releases](https://github.com/4refr0nt/ESPlorer/releases)
|
||||
|
||||
### Build from sources
|
||||
#### Windows
|
||||
```
|
||||
mvnw.cmd clean package
|
||||
```
|
||||
#### Linux / Mac OS
|
||||
```
|
||||
./mvnw clean package
|
||||
```
|
||||
The build creates all-in-one executable `ESPlorer.jar` in the `target` folder.
|
||||
Then run the app:
|
||||
```
|
||||
java -jar target/ESPlorer.jar
|
||||
```
|
2
ESPlorer/RunMe.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#! /bin/bash
|
||||
java -jar target/ESPlorer.jar
|
310
ESPlorer/mvnw
vendored
Executable file
@ -0,0 +1,310 @@
|
||||
#!/bin/sh
|
||||
# ----------------------------------------------------------------------------
|
||||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# Maven Start Up Batch script
|
||||
#
|
||||
# Required ENV vars:
|
||||
# ------------------
|
||||
# JAVA_HOME - location of a JDK home dir
|
||||
#
|
||||
# Optional ENV vars
|
||||
# -----------------
|
||||
# M2_HOME - location of maven2's installed home dir
|
||||
# MAVEN_OPTS - parameters passed to the Java VM when running Maven
|
||||
# e.g. to debug Maven itself, use
|
||||
# set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
|
||||
# MAVEN_SKIP_RC - flag to disable loading of mavenrc files
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
if [ -z "$MAVEN_SKIP_RC" ] ; then
|
||||
|
||||
if [ -f /etc/mavenrc ] ; then
|
||||
. /etc/mavenrc
|
||||
fi
|
||||
|
||||
if [ -f "$HOME/.mavenrc" ] ; then
|
||||
. "$HOME/.mavenrc"
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
# OS specific support. $var _must_ be set to either true or false.
|
||||
cygwin=false;
|
||||
darwin=false;
|
||||
mingw=false
|
||||
case "`uname`" in
|
||||
CYGWIN*) cygwin=true ;;
|
||||
MINGW*) mingw=true;;
|
||||
Darwin*) darwin=true
|
||||
# Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home
|
||||
# See https://developer.apple.com/library/mac/qa/qa1170/_index.html
|
||||
if [ -z "$JAVA_HOME" ]; then
|
||||
if [ -x "/usr/libexec/java_home" ]; then
|
||||
export JAVA_HOME="`/usr/libexec/java_home`"
|
||||
else
|
||||
export JAVA_HOME="/Library/Java/Home"
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ -z "$JAVA_HOME" ] ; then
|
||||
if [ -r /etc/gentoo-release ] ; then
|
||||
JAVA_HOME=`java-config --jre-home`
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -z "$M2_HOME" ] ; then
|
||||
## resolve links - $0 may be a link to maven's home
|
||||
PRG="$0"
|
||||
|
||||
# need this for relative symlinks
|
||||
while [ -h "$PRG" ] ; do
|
||||
ls=`ls -ld "$PRG"`
|
||||
link=`expr "$ls" : '.*-> \(.*\)$'`
|
||||
if expr "$link" : '/.*' > /dev/null; then
|
||||
PRG="$link"
|
||||
else
|
||||
PRG="`dirname "$PRG"`/$link"
|
||||
fi
|
||||
done
|
||||
|
||||
saveddir=`pwd`
|
||||
|
||||
M2_HOME=`dirname "$PRG"`/..
|
||||
|
||||
# make it fully qualified
|
||||
M2_HOME=`cd "$M2_HOME" && pwd`
|
||||
|
||||
cd "$saveddir"
|
||||
# echo Using m2 at $M2_HOME
|
||||
fi
|
||||
|
||||
# For Cygwin, ensure paths are in UNIX format before anything is touched
|
||||
if $cygwin ; then
|
||||
[ -n "$M2_HOME" ] &&
|
||||
M2_HOME=`cygpath --unix "$M2_HOME"`
|
||||
[ -n "$JAVA_HOME" ] &&
|
||||
JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
|
||||
[ -n "$CLASSPATH" ] &&
|
||||
CLASSPATH=`cygpath --path --unix "$CLASSPATH"`
|
||||
fi
|
||||
|
||||
# For Mingw, ensure paths are in UNIX format before anything is touched
|
||||
if $mingw ; then
|
||||
[ -n "$M2_HOME" ] &&
|
||||
M2_HOME="`(cd "$M2_HOME"; pwd)`"
|
||||
[ -n "$JAVA_HOME" ] &&
|
||||
JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`"
|
||||
fi
|
||||
|
||||
if [ -z "$JAVA_HOME" ]; then
|
||||
javaExecutable="`which javac`"
|
||||
if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then
|
||||
# readlink(1) is not available as standard on Solaris 10.
|
||||
readLink=`which readlink`
|
||||
if [ ! `expr "$readLink" : '\([^ ]*\)'` = "no" ]; then
|
||||
if $darwin ; then
|
||||
javaHome="`dirname \"$javaExecutable\"`"
|
||||
javaExecutable="`cd \"$javaHome\" && pwd -P`/javac"
|
||||
else
|
||||
javaExecutable="`readlink -f \"$javaExecutable\"`"
|
||||
fi
|
||||
javaHome="`dirname \"$javaExecutable\"`"
|
||||
javaHome=`expr "$javaHome" : '\(.*\)/bin'`
|
||||
JAVA_HOME="$javaHome"
|
||||
export JAVA_HOME
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -z "$JAVACMD" ] ; then
|
||||
if [ -n "$JAVA_HOME" ] ; then
|
||||
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
|
||||
# IBM's JDK on AIX uses strange locations for the executables
|
||||
JAVACMD="$JAVA_HOME/jre/sh/java"
|
||||
else
|
||||
JAVACMD="$JAVA_HOME/bin/java"
|
||||
fi
|
||||
else
|
||||
JAVACMD="`which java`"
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ ! -x "$JAVACMD" ] ; then
|
||||
echo "Error: JAVA_HOME is not defined correctly." >&2
|
||||
echo " We cannot execute $JAVACMD" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -z "$JAVA_HOME" ] ; then
|
||||
echo "Warning: JAVA_HOME environment variable is not set."
|
||||
fi
|
||||
|
||||
CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
|
||||
|
||||
# traverses directory structure from process work directory to filesystem root
|
||||
# first directory with .mvn subdirectory is considered project base directory
|
||||
find_maven_basedir() {
|
||||
|
||||
if [ -z "$1" ]
|
||||
then
|
||||
echo "Path not specified to find_maven_basedir"
|
||||
return 1
|
||||
fi
|
||||
|
||||
basedir="$1"
|
||||
wdir="$1"
|
||||
while [ "$wdir" != '/' ] ; do
|
||||
if [ -d "$wdir"/.mvn ] ; then
|
||||
basedir=$wdir
|
||||
break
|
||||
fi
|
||||
# workaround for JBEAP-8937 (on Solaris 10/Sparc)
|
||||
if [ -d "${wdir}" ]; then
|
||||
wdir=`cd "$wdir/.."; pwd`
|
||||
fi
|
||||
# end of workaround
|
||||
done
|
||||
echo "${basedir}"
|
||||
}
|
||||
|
||||
# concatenates all lines of a file
|
||||
concat_lines() {
|
||||
if [ -f "$1" ]; then
|
||||
echo "$(tr -s '\n' ' ' < "$1")"
|
||||
fi
|
||||
}
|
||||
|
||||
BASE_DIR=`find_maven_basedir "$(pwd)"`
|
||||
if [ -z "$BASE_DIR" ]; then
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
##########################################################################################
|
||||
# Extension to allow automatically downloading the maven-wrapper.jar from Maven-central
|
||||
# This allows using the maven wrapper in projects that prohibit checking in binary data.
|
||||
##########################################################################################
|
||||
if [ -r "$BASE_DIR/.mvn/wrapper/maven-wrapper.jar" ]; then
|
||||
if [ "$MVNW_VERBOSE" = true ]; then
|
||||
echo "Found .mvn/wrapper/maven-wrapper.jar"
|
||||
fi
|
||||
else
|
||||
if [ "$MVNW_VERBOSE" = true ]; then
|
||||
echo "Couldn't find .mvn/wrapper/maven-wrapper.jar, downloading it ..."
|
||||
fi
|
||||
if [ -n "$MVNW_REPOURL" ]; then
|
||||
jarUrl="$MVNW_REPOURL/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar"
|
||||
else
|
||||
jarUrl="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar"
|
||||
fi
|
||||
while IFS="=" read key value; do
|
||||
case "$key" in (wrapperUrl) jarUrl="$value"; break ;;
|
||||
esac
|
||||
done < "$BASE_DIR/.mvn/wrapper/maven-wrapper.properties"
|
||||
if [ "$MVNW_VERBOSE" = true ]; then
|
||||
echo "Downloading from: $jarUrl"
|
||||
fi
|
||||
wrapperJarPath="$BASE_DIR/.mvn/wrapper/maven-wrapper.jar"
|
||||
if $cygwin; then
|
||||
wrapperJarPath=`cygpath --path --windows "$wrapperJarPath"`
|
||||
fi
|
||||
|
||||
if command -v wget > /dev/null; then
|
||||
if [ "$MVNW_VERBOSE" = true ]; then
|
||||
echo "Found wget ... using wget"
|
||||
fi
|
||||
if [ -z "$MVNW_USERNAME" ] || [ -z "$MVNW_PASSWORD" ]; then
|
||||
wget "$jarUrl" -O "$wrapperJarPath"
|
||||
else
|
||||
wget --http-user=$MVNW_USERNAME --http-password=$MVNW_PASSWORD "$jarUrl" -O "$wrapperJarPath"
|
||||
fi
|
||||
elif command -v curl > /dev/null; then
|
||||
if [ "$MVNW_VERBOSE" = true ]; then
|
||||
echo "Found curl ... using curl"
|
||||
fi
|
||||
if [ -z "$MVNW_USERNAME" ] || [ -z "$MVNW_PASSWORD" ]; then
|
||||
curl -o "$wrapperJarPath" "$jarUrl" -f
|
||||
else
|
||||
curl --user $MVNW_USERNAME:$MVNW_PASSWORD -o "$wrapperJarPath" "$jarUrl" -f
|
||||
fi
|
||||
|
||||
else
|
||||
if [ "$MVNW_VERBOSE" = true ]; then
|
||||
echo "Falling back to using Java to download"
|
||||
fi
|
||||
javaClass="$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.java"
|
||||
# For Cygwin, switch paths to Windows format before running javac
|
||||
if $cygwin; then
|
||||
javaClass=`cygpath --path --windows "$javaClass"`
|
||||
fi
|
||||
if [ -e "$javaClass" ]; then
|
||||
if [ ! -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then
|
||||
if [ "$MVNW_VERBOSE" = true ]; then
|
||||
echo " - Compiling MavenWrapperDownloader.java ..."
|
||||
fi
|
||||
# Compiling the Java class
|
||||
("$JAVA_HOME/bin/javac" "$javaClass")
|
||||
fi
|
||||
if [ -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then
|
||||
# Running the downloader
|
||||
if [ "$MVNW_VERBOSE" = true ]; then
|
||||
echo " - Running MavenWrapperDownloader.java ..."
|
||||
fi
|
||||
("$JAVA_HOME/bin/java" -cp .mvn/wrapper MavenWrapperDownloader "$MAVEN_PROJECTBASEDIR")
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
##########################################################################################
|
||||
# End of extension
|
||||
##########################################################################################
|
||||
|
||||
export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-"$BASE_DIR"}
|
||||
if [ "$MVNW_VERBOSE" = true ]; then
|
||||
echo $MAVEN_PROJECTBASEDIR
|
||||
fi
|
||||
MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS"
|
||||
|
||||
# For Cygwin, switch paths to Windows format before running java
|
||||
if $cygwin; then
|
||||
[ -n "$M2_HOME" ] &&
|
||||
M2_HOME=`cygpath --path --windows "$M2_HOME"`
|
||||
[ -n "$JAVA_HOME" ] &&
|
||||
JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"`
|
||||
[ -n "$CLASSPATH" ] &&
|
||||
CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
|
||||
[ -n "$MAVEN_PROJECTBASEDIR" ] &&
|
||||
MAVEN_PROJECTBASEDIR=`cygpath --path --windows "$MAVEN_PROJECTBASEDIR"`
|
||||
fi
|
||||
|
||||
# Provide a "standardized" way to retrieve the CLI args that will
|
||||
# work with both Windows and non-Windows executions.
|
||||
MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@"
|
||||
export MAVEN_CMD_LINE_ARGS
|
||||
|
||||
WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
|
||||
|
||||
exec "$JAVACMD" \
|
||||
$MAVEN_OPTS \
|
||||
-classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \
|
||||
"-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \
|
||||
${WRAPPER_LAUNCHER} $MAVEN_CONFIG "$@"
|
182
ESPlorer/mvnw.cmd
vendored
Executable file
@ -0,0 +1,182 @@
|
||||
@REM ----------------------------------------------------------------------------
|
||||
@REM Licensed to the Apache Software Foundation (ASF) under one
|
||||
@REM or more contributor license agreements. See the NOTICE file
|
||||
@REM distributed with this work for additional information
|
||||
@REM regarding copyright ownership. The ASF licenses this file
|
||||
@REM to you under the Apache License, Version 2.0 (the
|
||||
@REM "License"); you may not use this file except in compliance
|
||||
@REM with the License. You may obtain a copy of the License at
|
||||
@REM
|
||||
@REM http://www.apache.org/licenses/LICENSE-2.0
|
||||
@REM
|
||||
@REM Unless required by applicable law or agreed to in writing,
|
||||
@REM software distributed under the License is distributed on an
|
||||
@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
@REM KIND, either express or implied. See the License for the
|
||||
@REM specific language governing permissions and limitations
|
||||
@REM under the License.
|
||||
@REM ----------------------------------------------------------------------------
|
||||
|
||||
@REM ----------------------------------------------------------------------------
|
||||
@REM Maven Start Up Batch script
|
||||
@REM
|
||||
@REM Required ENV vars:
|
||||
@REM JAVA_HOME - location of a JDK home dir
|
||||
@REM
|
||||
@REM Optional ENV vars
|
||||
@REM M2_HOME - location of maven2's installed home dir
|
||||
@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
|
||||
@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a keystroke before ending
|
||||
@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
|
||||
@REM e.g. to debug Maven itself, use
|
||||
@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
|
||||
@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files
|
||||
@REM ----------------------------------------------------------------------------
|
||||
|
||||
@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on'
|
||||
@echo off
|
||||
@REM set title of command window
|
||||
title %0
|
||||
@REM enable echoing by setting MAVEN_BATCH_ECHO to 'on'
|
||||
@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO%
|
||||
|
||||
@REM set %HOME% to equivalent of $HOME
|
||||
if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%")
|
||||
|
||||
@REM Execute a user defined script before this one
|
||||
if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre
|
||||
@REM check for pre script, once with legacy .bat ending and once with .cmd ending
|
||||
if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat"
|
||||
if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd"
|
||||
:skipRcPre
|
||||
|
||||
@setlocal
|
||||
|
||||
set ERROR_CODE=0
|
||||
|
||||
@REM To isolate internal variables from possible post scripts, we use another setlocal
|
||||
@setlocal
|
||||
|
||||
@REM ==== START VALIDATION ====
|
||||
if not "%JAVA_HOME%" == "" goto OkJHome
|
||||
|
||||
echo.
|
||||
echo Error: JAVA_HOME not found in your environment. >&2
|
||||
echo Please set the JAVA_HOME variable in your environment to match the >&2
|
||||
echo location of your Java installation. >&2
|
||||
echo.
|
||||
goto error
|
||||
|
||||
:OkJHome
|
||||
if exist "%JAVA_HOME%\bin\java.exe" goto init
|
||||
|
||||
echo.
|
||||
echo Error: JAVA_HOME is set to an invalid directory. >&2
|
||||
echo JAVA_HOME = "%JAVA_HOME%" >&2
|
||||
echo Please set the JAVA_HOME variable in your environment to match the >&2
|
||||
echo location of your Java installation. >&2
|
||||
echo.
|
||||
goto error
|
||||
|
||||
@REM ==== END VALIDATION ====
|
||||
|
||||
:init
|
||||
|
||||
@REM Find the project base dir, i.e. the directory that contains the folder ".mvn".
|
||||
@REM Fallback to current working directory if not found.
|
||||
|
||||
set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR%
|
||||
IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir
|
||||
|
||||
set EXEC_DIR=%CD%
|
||||
set WDIR=%EXEC_DIR%
|
||||
:findBaseDir
|
||||
IF EXIST "%WDIR%"\.mvn goto baseDirFound
|
||||
cd ..
|
||||
IF "%WDIR%"=="%CD%" goto baseDirNotFound
|
||||
set WDIR=%CD%
|
||||
goto findBaseDir
|
||||
|
||||
:baseDirFound
|
||||
set MAVEN_PROJECTBASEDIR=%WDIR%
|
||||
cd "%EXEC_DIR%"
|
||||
goto endDetectBaseDir
|
||||
|
||||
:baseDirNotFound
|
||||
set MAVEN_PROJECTBASEDIR=%EXEC_DIR%
|
||||
cd "%EXEC_DIR%"
|
||||
|
||||
:endDetectBaseDir
|
||||
|
||||
IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig
|
||||
|
||||
@setlocal EnableExtensions EnableDelayedExpansion
|
||||
for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a
|
||||
@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS%
|
||||
|
||||
:endReadAdditionalConfig
|
||||
|
||||
SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
|
||||
set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar"
|
||||
set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
|
||||
|
||||
set DOWNLOAD_URL="https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar"
|
||||
|
||||
FOR /F "tokens=1,2 delims==" %%A IN ("%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.properties") DO (
|
||||
IF "%%A"=="wrapperUrl" SET DOWNLOAD_URL=%%B
|
||||
)
|
||||
|
||||
@REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central
|
||||
@REM This allows using the maven wrapper in projects that prohibit checking in binary data.
|
||||
if exist %WRAPPER_JAR% (
|
||||
if "%MVNW_VERBOSE%" == "true" (
|
||||
echo Found %WRAPPER_JAR%
|
||||
)
|
||||
) else (
|
||||
if not "%MVNW_REPOURL%" == "" (
|
||||
SET DOWNLOAD_URL="%MVNW_REPOURL%/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar"
|
||||
)
|
||||
if "%MVNW_VERBOSE%" == "true" (
|
||||
echo Couldn't find %WRAPPER_JAR%, downloading it ...
|
||||
echo Downloading from: %DOWNLOAD_URL%
|
||||
)
|
||||
|
||||
powershell -Command "&{"^
|
||||
"$webclient = new-object System.Net.WebClient;"^
|
||||
"if (-not ([string]::IsNullOrEmpty('%MVNW_USERNAME%') -and [string]::IsNullOrEmpty('%MVNW_PASSWORD%'))) {"^
|
||||
"$webclient.Credentials = new-object System.Net.NetworkCredential('%MVNW_USERNAME%', '%MVNW_PASSWORD%');"^
|
||||
"}"^
|
||||
"[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webclient.DownloadFile('%DOWNLOAD_URL%', '%WRAPPER_JAR%')"^
|
||||
"}"
|
||||
if "%MVNW_VERBOSE%" == "true" (
|
||||
echo Finished downloading %WRAPPER_JAR%
|
||||
)
|
||||
)
|
||||
@REM End of extension
|
||||
|
||||
@REM Provide a "standardized" way to retrieve the CLI args that will
|
||||
@REM work with both Windows and non-Windows executions.
|
||||
set MAVEN_CMD_LINE_ARGS=%*
|
||||
|
||||
%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %*
|
||||
if ERRORLEVEL 1 goto error
|
||||
goto end
|
||||
|
||||
:error
|
||||
set ERROR_CODE=1
|
||||
|
||||
:end
|
||||
@endlocal & set ERROR_CODE=%ERROR_CODE%
|
||||
|
||||
if not "%MAVEN_SKIP_RC%" == "" goto skipRcPost
|
||||
@REM check for post script, once with legacy .bat ending and once with .cmd ending
|
||||
if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat"
|
||||
if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd"
|
||||
:skipRcPost
|
||||
|
||||
@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on'
|
||||
if "%MAVEN_BATCH_PAUSE%" == "on" pause
|
||||
|
||||
if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE%
|
||||
|
||||
exit /B %ERROR_CODE%
|
93
ESPlorer/pom.xml
Executable file
@ -0,0 +1,93 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.4refr0nt.esplorer</groupId>
|
||||
<artifactId>esplorer</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
|
||||
<name>ESPlorer</name>
|
||||
<url>https://esp8266.ru/esplorer/</url>
|
||||
<description>ESPlorer - Integrated Development Environment (IDE) for ESP8266 developers</description>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>io.github.java-native</groupId>
|
||||
<artifactId>jssc</artifactId>
|
||||
<version>2.9.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fifesoft</groupId>
|
||||
<artifactId>rsyntaxtextarea</artifactId>
|
||||
<version>3.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fifesoft</groupId>
|
||||
<artifactId>autocomplete</artifactId>
|
||||
<version>3.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jdesktop</groupId>
|
||||
<artifactId>beansbinding</artifactId>
|
||||
<version>1.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.netbeans.external</groupId>
|
||||
<artifactId>AbsoluteLayout</artifactId>
|
||||
<version>RELEASE121</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>ESPlorer</finalName>
|
||||
|
||||
<pluginManagement>
|
||||
<!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-clean-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>3.0.2</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>3.0.2</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>2.3.2.RELEASE</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
1
ESPlorer/script/ESPlorer.bat
Executable file
@ -0,0 +1 @@
|
||||
java -jar ESPlorer.jar
|
5
ESPlorer/script/ESPlorer.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Make this file executable first: "chmod +x ESPlorer.sh", then double-click on it
|
||||
|
||||
java -jar ESPlorer.jar
|
12
ESPlorer/script/gpio.py
Executable file
@ -0,0 +1,12 @@
|
||||
import pyb
|
||||
import time
|
||||
pin = pyb.Pin(2, pyb.Pin.OUT)
|
||||
for i in range(4):
|
||||
print('LED ON')
|
||||
pin.value(0)
|
||||
time.sleep(1)
|
||||
print('LED OFF')
|
||||
pin.value(1)
|
||||
time.sleep(1)
|
||||
print('iteration done.')
|
||||
print("All done.")
|
100
ESPlorer/script/test100lines.lua
Executable file
@ -0,0 +1,100 @@
|
||||
print("This is line number 1")
|
||||
print("This is line number 2")
|
||||
print("This is line number 3")
|
||||
print("This is line number 4")
|
||||
print("This is line number 5")
|
||||
print("This is line number 6")
|
||||
print("This is line number 7")
|
||||
print("This is line number 8")
|
||||
print("This is line number 9")
|
||||
print("This is line number 10")
|
||||
print("This is line number 11")
|
||||
print("This is line number 12")
|
||||
print("This is line number 13")
|
||||
print("This is line number 14")
|
||||
print("This is line number 15")
|
||||
print("This is line number 16")
|
||||
print("This is line number 17")
|
||||
print("This is line number 18")
|
||||
print("This is line number 19")
|
||||
print("This is line number 20")
|
||||
print("This is line number 21")
|
||||
print("This is line number 22")
|
||||
print("This is line number 23")
|
||||
print("This is line number 24")
|
||||
print("This is line number 25")
|
||||
print("This is line number 26")
|
||||
print("This is line number 27")
|
||||
print("This is line number 28")
|
||||
print("This is line number 29")
|
||||
print("This is line number 30")
|
||||
print("This is line number 31")
|
||||
print("This is line number 32")
|
||||
print("This is line number 33")
|
||||
print("This is line number 34")
|
||||
print("This is line number 35")
|
||||
print("This is line number 36")
|
||||
print("This is line number 37")
|
||||
print("This is line number 38")
|
||||
print("This is line number 39")
|
||||
print("This is line number 40")
|
||||
print("This is line number 41")
|
||||
print("This is line number 42")
|
||||
print("This is line number 43")
|
||||
print("This is line number 44")
|
||||
print("This is line number 45")
|
||||
print("This is line number 46")
|
||||
print("This is line number 47")
|
||||
print("This is line number 48")
|
||||
print("This is line number 49")
|
||||
print("This is line number 50")
|
||||
print("This is line number 51")
|
||||
print("This is line number 52")
|
||||
print("This is line number 53")
|
||||
print("This is line number 54")
|
||||
print("This is line number 55")
|
||||
print("This is line number 56")
|
||||
print("This is line number 57")
|
||||
print("This is line number 58")
|
||||
print("This is line number 59")
|
||||
print("This is line number 60")
|
||||
print("This is line number 61")
|
||||
print("This is line number 62")
|
||||
print("This is line number 63")
|
||||
print("This is line number 64")
|
||||
print("This is line number 65")
|
||||
print("This is line number 66")
|
||||
print("This is line number 67")
|
||||
print("This is line number 68")
|
||||
print("This is line number 69")
|
||||
print("This is line number 70")
|
||||
print("This is line number 71")
|
||||
print("This is line number 72")
|
||||
print("This is line number 73")
|
||||
print("This is line number 74")
|
||||
print("This is line number 75")
|
||||
print("This is line number 76")
|
||||
print("This is line number 77")
|
||||
print("This is line number 78")
|
||||
print("This is line number 79")
|
||||
print("This is line number 80")
|
||||
print("This is line number 81")
|
||||
print("This is line number 82")
|
||||
print("This is line number 83")
|
||||
print("This is line number 84")
|
||||
print("This is line number 85")
|
||||
print("This is line number 86")
|
||||
print("This is line number 87")
|
||||
print("This is line number 88")
|
||||
print("This is line number 89")
|
||||
print("This is line number 90")
|
||||
print("This is line number 91")
|
||||
print("This is line number 92")
|
||||
print("This is line number 93")
|
||||
print("This is line number 94")
|
||||
print("This is line number 95")
|
||||
print("This is line number 96")
|
||||
print("This is line number 97")
|
||||
print("This is line number 98")
|
||||
print("This is line number 99")
|
||||
print("This is line number 100")
|
9358
ESPlorer/src/main/java/ESPlorer/ESPlorer.form
Executable file
13289
ESPlorer/src/main/java/ESPlorer/ESPlorer.java
Executable file
89
ESPlorer/src/main/java/ESPlorer/pyFiler.java
Executable file
@ -0,0 +1,89 @@
|
||||
/**
|
||||
*
|
||||
* @author 4refr0nt
|
||||
*/
|
||||
package ESPlorer;
|
||||
|
||||
import static ESPlorer.ESPlorer.sendBuf;
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class pyFiler {
|
||||
|
||||
private static String dir = "";
|
||||
|
||||
public static final int OK = 0;
|
||||
public static final int ERROR_COMMUNICATION = 1;
|
||||
|
||||
public pyFiler() {
|
||||
|
||||
}
|
||||
|
||||
public String ListDir() {
|
||||
return "";
|
||||
}
|
||||
|
||||
public boolean Put(String ft, String[] s) {
|
||||
|
||||
boolean success = true;
|
||||
sendBuf = new ArrayList<String>();
|
||||
|
||||
sendBuf.add("f=open('" + escape(ft) + "','w')");
|
||||
for (String subs : s) {
|
||||
sendBuf.add("f.write('" + escape(subs) + "\\n')");
|
||||
}
|
||||
sendBuf.add("f.close()");
|
||||
|
||||
return success;
|
||||
}
|
||||
|
||||
public boolean Get() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean Rename() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public int Length() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
public String cd() {
|
||||
return dir;
|
||||
}
|
||||
|
||||
public String pwd() {
|
||||
return dir;
|
||||
}
|
||||
|
||||
public String GetParent() {
|
||||
return "";
|
||||
}
|
||||
|
||||
public boolean isExist() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public String escape(String str) {
|
||||
char ch;
|
||||
StringBuilder buf = new StringBuilder(str.length() * 2);
|
||||
int intValue;
|
||||
|
||||
for (int i = 0, l = str.length(); i < l; ++i) {
|
||||
|
||||
ch = str.charAt(i);
|
||||
if (ch == '"') {
|
||||
//intValue = ch;
|
||||
buf.append("\\");
|
||||
//buf.append(ch);
|
||||
} else if (ch == '\'') {
|
||||
intValue = ch;
|
||||
buf.append("\\");
|
||||
//buf.append(intValue);
|
||||
// } else {
|
||||
}
|
||||
buf.append(ch);
|
||||
}
|
||||
return buf.toString();
|
||||
} // escape
|
||||
} // pyFiler
|
BIN
ESPlorer/src/main/resources/resources/AlwaysOnTop.png
Executable file
After Width: | Height: | Size: 828 B |
BIN
ESPlorer/src/main/resources/resources/ESP8266-64x64.png
Executable file
After Width: | Height: | Size: 3.0 KiB |
BIN
ESPlorer/src/main/resources/resources/ESP8266-96x96.png
Executable file
After Width: | Height: | Size: 4.8 KiB |
BIN
ESPlorer/src/main/resources/resources/IoTmanager.png
Executable file
After Width: | Height: | Size: 2.2 KiB |
BIN
ESPlorer/src/main/resources/resources/abort.png
Executable file
After Width: | Height: | Size: 415 B |
BIN
ESPlorer/src/main/resources/resources/aliexpress.png
Executable file
After Width: | Height: | Size: 662 B |
BIN
ESPlorer/src/main/resources/resources/backup.png
Executable file
After Width: | Height: | Size: 856 B |
BIN
ESPlorer/src/main/resources/resources/backup_delete.png
Executable file
After Width: | Height: | Size: 889 B |
BIN
ESPlorer/src/main/resources/resources/connect1.png
Executable file
After Width: | Height: | Size: 610 B |
BIN
ESPlorer/src/main/resources/resources/connect2.png
Executable file
After Width: | Height: | Size: 579 B |
BIN
ESPlorer/src/main/resources/resources/connect3.png
Executable file
After Width: | Height: | Size: 443 B |
BIN
ESPlorer/src/main/resources/resources/copy.png
Executable file
After Width: | Height: | Size: 452 B |
BIN
ESPlorer/src/main/resources/resources/cut.png
Executable file
After Width: | Height: | Size: 646 B |
BIN
ESPlorer/src/main/resources/resources/disconnect1.png
Executable file
After Width: | Height: | Size: 830 B |
BIN
ESPlorer/src/main/resources/resources/disconnect3.png
Executable file
After Width: | Height: | Size: 585 B |
BIN
ESPlorer/src/main/resources/resources/document.png
Executable file
After Width: | Height: | Size: 372 B |
BIN
ESPlorer/src/main/resources/resources/donate-small.gif
Executable file
After Width: | Height: | Size: 1.7 KiB |
BIN
ESPlorer/src/main/resources/resources/donate.gif
Executable file
After Width: | Height: | Size: 3.5 KiB |
BIN
ESPlorer/src/main/resources/resources/download.png
Executable file
After Width: | Height: | Size: 620 B |
BIN
ESPlorer/src/main/resources/resources/dump.png
Executable file
After Width: | Height: | Size: 860 B |
BIN
ESPlorer/src/main/resources/resources/edit.png
Executable file
After Width: | Height: | Size: 586 B |
BIN
ESPlorer/src/main/resources/resources/file manager (delete).png
Executable file
After Width: | Height: | Size: 918 B |
BIN
ESPlorer/src/main/resources/resources/file manager.png
Executable file
After Width: | Height: | Size: 884 B |
BIN
ESPlorer/src/main/resources/resources/file.png
Executable file
After Width: | Height: | Size: 626 B |
BIN
ESPlorer/src/main/resources/resources/file_remove.png
Executable file
After Width: | Height: | Size: 866 B |
BIN
ESPlorer/src/main/resources/resources/folder closed.png
Executable file
After Width: | Height: | Size: 821 B |
BIN
ESPlorer/src/main/resources/resources/folder open.png
Executable file
After Width: | Height: | Size: 855 B |
BIN
ESPlorer/src/main/resources/resources/folder_open_document.png
Executable file
After Width: | Height: | Size: 654 B |
BIN
ESPlorer/src/main/resources/resources/get.png
Executable file
After Width: | Height: | Size: 447 B |
BIN
ESPlorer/src/main/resources/resources/information.png
Executable file
After Width: | Height: | Size: 867 B |
BIN
ESPlorer/src/main/resources/resources/lc.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
ESPlorer/src/main/resources/resources/led_black.png
Executable file
After Width: | Height: | Size: 697 B |
BIN
ESPlorer/src/main/resources/resources/led_blue.png
Executable file
After Width: | Height: | Size: 693 B |
BIN
ESPlorer/src/main/resources/resources/led_green.png
Executable file
After Width: | Height: | Size: 684 B |
BIN
ESPlorer/src/main/resources/resources/led_grey.png
Executable file
After Width: | Height: | Size: 675 B |
BIN
ESPlorer/src/main/resources/resources/led_orange.png
Executable file
After Width: | Height: | Size: 657 B |
BIN
ESPlorer/src/main/resources/resources/led_red.png
Executable file
After Width: | Height: | Size: 672 B |
BIN
ESPlorer/src/main/resources/resources/led_white.png
Executable file
After Width: | Height: | Size: 668 B |
BIN
ESPlorer/src/main/resources/resources/led_yellow.png
Executable file
After Width: | Height: | Size: 699 B |
BIN
ESPlorer/src/main/resources/resources/left.png
Executable file
After Width: | Height: | Size: 462 B |
BIN
ESPlorer/src/main/resources/resources/level up.png
Executable file
After Width: | Height: | Size: 606 B |
BIN
ESPlorer/src/main/resources/resources/list.png
Executable file
After Width: | Height: | Size: 637 B |
BIN
ESPlorer/src/main/resources/resources/lua.png
Executable file
After Width: | Height: | Size: 3.7 KiB |
BIN
ESPlorer/src/main/resources/resources/micropython.png
Executable file
After Width: | Height: | Size: 1.2 KiB |
15
ESPlorer/src/main/resources/resources/mnemonic.properties
Executable file
@ -0,0 +1,15 @@
|
||||
ButtonSnippet0=VK_BACK_QUOTE
|
||||
ButtonSnippet1=KeyEvent.VK_1
|
||||
ButtonSnippet2=KeyEvent.VK_2
|
||||
ButtonSnippet3=KeyEvent.VK_3
|
||||
ButtonSnippet4=KeyEvent.VK_4
|
||||
ButtonSnippet5=KeyEvent.VK_5
|
||||
ButtonSnippet6=KeyEvent.VK_6
|
||||
ButtonSnippet7=KeyEvent.VK_7
|
||||
ButtonSnippet8=KeyEvent.VK_8
|
||||
ButtonSnippet9=KeyEvent.VK_9
|
||||
ButtonSnippet10=KeyEvent.VK_0
|
||||
ButtonSnippet11=KeyEvent.VK_MINUS
|
||||
ButtonSnippet12=KeyEvent.VK_EQUALS
|
||||
ButtonSnippet13=KeyEvent.VK_BACK_SLASH
|
||||
ButtonSnippet14=KeyEvent.VK_BACK_SPACE
|
BIN
ESPlorer/src/main/resources/resources/move.png
Executable file
After Width: | Height: | Size: 839 B |
BIN
ESPlorer/src/main/resources/resources/nodemcu.png
Executable file
After Width: | Height: | Size: 783 B |
BIN
ESPlorer/src/main/resources/resources/paste.png
Executable file
After Width: | Height: | Size: 665 B |
BIN
ESPlorer/src/main/resources/resources/paypal.png
Executable file
After Width: | Height: | Size: 470 B |
BIN
ESPlorer/src/main/resources/resources/ping.png
Executable file
After Width: | Height: | Size: 436 B |
BIN
ESPlorer/src/main/resources/resources/play.png
Executable file
After Width: | Height: | Size: 873 B |
BIN
ESPlorer/src/main/resources/resources/redo1.png
Executable file
After Width: | Height: | Size: 395 B |
BIN
ESPlorer/src/main/resources/resources/refresh.png
Executable file
After Width: | Height: | Size: 465 B |
BIN
ESPlorer/src/main/resources/resources/refresh3.png
Executable file
After Width: | Height: | Size: 834 B |
BIN
ESPlorer/src/main/resources/resources/rename.png
Executable file
After Width: | Height: | Size: 903 B |
BIN
ESPlorer/src/main/resources/resources/reset.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
ESPlorer/src/main/resources/resources/run_line.png
Executable file
After Width: | Height: | Size: 1.3 KiB |
BIN
ESPlorer/src/main/resources/resources/save.png
Executable file
After Width: | Height: | Size: 565 B |
BIN
ESPlorer/src/main/resources/resources/save_all.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
ESPlorer/src/main/resources/resources/script (edit).png
Executable file
After Width: | Height: | Size: 903 B |
BIN
ESPlorer/src/main/resources/resources/script.png
Executable file
After Width: | Height: | Size: 874 B |
BIN
ESPlorer/src/main/resources/resources/script_send.png
Executable file
After Width: | Height: | Size: 881 B |
BIN
ESPlorer/src/main/resources/resources/script_start.png
Executable file
After Width: | Height: | Size: 887 B |
BIN
ESPlorer/src/main/resources/resources/search again.png
Executable file
After Width: | Height: | Size: 911 B |
BIN
ESPlorer/src/main/resources/resources/send_selected.png
Executable file
After Width: | Height: | Size: 647 B |
BIN
ESPlorer/src/main/resources/resources/server1_start.png
Executable file
After Width: | Height: | Size: 641 B |
BIN
ESPlorer/src/main/resources/resources/set.png
Executable file
After Width: | Height: | Size: 444 B |
BIN
ESPlorer/src/main/resources/resources/settings1.png
Executable file
After Width: | Height: | Size: 687 B |
BIN
ESPlorer/src/main/resources/resources/settings2.png
Executable file
After Width: | Height: | Size: 454 B |
BIN
ESPlorer/src/main/resources/resources/terminal_clear.png
Executable file
After Width: | Height: | Size: 916 B |
BIN
ESPlorer/src/main/resources/resources/transmit.png
Executable file
After Width: | Height: | Size: 814 B |
BIN
ESPlorer/src/main/resources/resources/trash.png
Executable file
After Width: | Height: | Size: 874 B |
BIN
ESPlorer/src/main/resources/resources/undo1.png
Executable file
After Width: | Height: | Size: 395 B |
BIN
ESPlorer/src/main/resources/resources/upload.png
Executable file
After Width: | Height: | Size: 605 B |
BIN
ESPlorer/src/main/resources/resources/uploadLUA.png
Executable file
After Width: | Height: | Size: 1.3 KiB |
BIN
ESPlorer/src/main/resources/resources/view.png
Executable file
After Width: | Height: | Size: 843 B |
BIN
ESPlorer/src/main/resources/resources/web_server_start.png
Executable file
After Width: | Height: | Size: 946 B |
BIN
ESPlorer/src/main/resources/resources/wifi.png
Executable file
After Width: | Height: | Size: 2.0 KiB |
BIN
ESPlorer/src/main/resources/resources/wizard.png
Executable file
After Width: | Height: | Size: 464 B |
BIN
ESPlorer/src/main/resources/resources/zoom in.png
Executable file
After Width: | Height: | Size: 610 B |
BIN
ESPlorer/src/main/resources/resources/zoom out.png
Executable file
After Width: | Height: | Size: 621 B |
43
README.md
Normal file
@ -0,0 +1,43 @@
|
||||
# Wifi Tallies for Oostendam
|
||||
This project is based entirely on: https://github.com/wifi-tally/wifi-tally. All credits to them.
|
||||
|
||||
Their documentation: https://wifi-tally.github.io/
|
||||
|
||||
## Contents:
|
||||
This project also contains:
|
||||
* ESPlorer: To flash the build files
|
||||
* espool: To flash the NodeMCU firmware
|
||||
* Firmware: The actual firmware for the esp8266
|
||||
* wifi-tally: Modified wifi-tally from https://github.com/wifi-tally/wifi-tally
|
||||
|
||||
## Changes summary:
|
||||
The Wifi-tallies we use in our church only have an on(red) and off(black) colour. This is because it is confusing for the preacher to see 2 colours on 2 different camera's(red and green for active and ready).
|
||||
|
||||
Also we had issues with the wifi, the tallies would blink blue which is something we did not want. So we changed it that when there is a failure with the tallies they will not respond.
|
||||
|
||||
## Setup:
|
||||
**see also:** https://wifi-tally.github.io/getting-started/setup-wifi-tally.html
|
||||
|
||||
We do not use the fancy(and better) ws2812 leds yet, but just plain RGB leds. Pinouts:
|
||||
|
||||
| Board pin | Strip pin |
|
||||
| :------------- | :----------: |
|
||||
| D3 | B |
|
||||
| D2 | R |
|
||||
| D1 | G |
|
||||
| 3.3V | Vcc |
|
||||
|
||||
|
||||
## Install:
|
||||
First we need to flash the firmware to the ESP8266. I recommend downloading the latest release from https://github.com/nodemcu/nodemcu-firmware. Alternatively you can also compile the firmware yourself.
|
||||
|
||||
Flash the firmware with a command similar to this:
|
||||
> python3 -m esptool --port /dev/ttyUSB0 write_flash -fm qio 0x00000 Releases/0.5.0/nodemcu-3.0-master_20200610-cfe68233-float.bin
|
||||
|
||||
### Define wifi settings
|
||||
Go to the folder:
|
||||
> wifi-tally/tally/out
|
||||
|
||||
You need to edit the file tally-settings.ini according to the wifi settings in your location.
|
||||
|
||||
Next you need to flash the actual code. To do this you can use ESPlorer. You need to flash all the files in wifi-tally/tally/out. At this point everything should work.
|
2
esptool/Example
Executable file
@ -0,0 +1,2 @@
|
||||
|
||||
python3 -m esptool --port /dev/ttyUSB0 write_flash -fm qio 0x00000 ~/Projects_Herreweb/Tally/release/firmware/nodemcu-3.0-master_20200610-cfe68233-float.bin
|
1
esptool/example
Executable file
@ -0,0 +1 @@
|
||||
python3 -m esptool
|