Commit graph

11 commits

Author SHA1 Message Date
Diego Elio Pettenò
f70ac1ad67 Add a pre-commit hook configuration to check YAML and whitespace.
These are minor, but avoids those coming up during reviews at all.

Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.com>
2020-05-30 10:36:49 +01:00
Diego Elio Pettenò
dd7b4fffc4 Apply SPDX copyright and license headers in compliance with REUSE.
The REUSE specifications[1] are meant to make it explicit and easier to
apply code licensing information for a project. The provided lint tool
makes it easy to ensure all the content (code and not code) is tagged.

Important notes:

 * All the code (and documentation) that otherwise didn't have an explicit
   license headers have been tagged with ladyada's copyright as per the
   LICENSE file.
 * favicon.ico and CODE_OF_CONDUCT.md have been synced from the
   source-of-truth repositories.
 * All configuration files have been tagged with ladyada's copyright and
   Unlicense[2]. The current REUSE recommendation is to use CC0-1.0, but
   that has… side effects. There's some discussion in [3] about the
   recommendation for likely-uncopyrightable files (such as configuration
   files).

[1]: https://reuse.software/
[2]: https://unlicense.org/
[3]: https://github.com/fsfe/reuse-docs/issues/62
2020-05-30 10:36:49 +01:00
dherrada
d387561329 Ran black, updated to pylint 2.x 2020-03-16 15:56:34 -04:00
FoamyGuy
4965fcc04f trying single line comments for pylint 2020-02-28 13:07:16 -06:00
mytechnotalent
da9f67fef2 Fixed MAC reverse byte order by adding new function to the ESP32SPI library calling the actual MAC address and providing a usage of the function in the webserver code within WSGISERVER. This time with line breaks at end to not break Travis. 2019-08-22 04:49:36 -04:00
mytechnotalent
3fd6a12118 Fixed MAC reverse byte order by adding new function to the ESP32SPI library calling the actual MAC address and providing a usage of the function in the webserver code within WSGISERVER. 2019-08-22 04:46:51 -04:00
mytechnotalent
ec97d6b068 Fixedblank line issus at EOF so Travis can run. 2019-08-21 07:30:07 -04:00
mytechnotalent
87095f617e Fixed MAC reverse byte order issue within the ESP32SPI library as it was originally echoing the MAC address in reverse byte order. Added portable MAC function call within WSGISERVER.PY example to properly echo MAC address when running example. 2019-08-21 07:03:15 -04:00
Matt Costi
bea04e4b46 make example web app not depend on externally hosted assets, to support AP without internet 2019-08-11 17:54:44 -04:00
Matt Costi
a349bac38c add protected and unprotected AP code snippets to wsgi server demo 2019-08-11 17:53:07 -04:00
Matt Costi
8dbeef0212 move all server example assets into examples/server 2019-07-23 19:01:43 -04:00