Skip to content

Commit

Permalink
Version 6.2.3; Another version of wifimanager
Browse files Browse the repository at this point in the history
  • Loading branch information
platenspeler committed Feb 23, 2020
1 parent f099091 commit ca1e745
Show file tree
Hide file tree
Showing 91 changed files with 6,997 additions and 7,682 deletions.
2 changes: 1 addition & 1 deletion .pio/build/project.checksum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3616b51affcfbc45b70bb13d7dea0c39ee351582
dd850d5f37b6c882dbfe1ea13bf194912e0a824a
294 changes: 103 additions & 191 deletions .vscode/c_cpp_properties.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug",
"executable": "d:/sourceTree/ESP-1ch-Gateway/.pio/build/Gateway_59/firmware.elf",
"toolchainBinDir": "C:/Users/maarten/.platformio/packages/toolchain-xtensa32/bin",
"executable": "d:/sourceTree/ESP-1ch-Gateway/.pio/build/Gateway_21/firmware.elf",
"toolchainBinDir": "C:/Users/maarten/.platformio/packages/toolchain-xtensa/bin",
"preLaunchTask": {
"type": "PlatformIO",
"task": "Pre-Debug"
Expand All @@ -24,8 +24,8 @@
"type": "platformio-debug",
"request": "launch",
"name": "PIO Debug (skip Pre-Debug)",
"executable": "d:/sourceTree/ESP-1ch-Gateway/.pio/build/Gateway_59/firmware.elf",
"toolchainBinDir": "C:/Users/maarten/.platformio/packages/toolchain-xtensa32/bin",
"executable": "d:/sourceTree/ESP-1ch-Gateway/.pio/build/Gateway_21/firmware.elf",
"toolchainBinDir": "C:/Users/maarten/.platformio/packages/toolchain-xtensa/bin",
"internalConsoleOptions": "openOnSessionStart"
}
]
Expand Down
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Single Channel LoRaWAN Gateway

Version 6.2.0, January 24, 2020
Version 6.2.0, January 29, 2020
Author: M. Westenberg (mw12554@hotmail.com)
Copyright: M. Westenberg (mw12554@hotmail.com)

Expand All @@ -16,7 +16,12 @@ Maintained by Maarten Westenberg (mw12554@hotmail.com)

# Release Notes

features release 6.2.1 (February 2, 2020)
Features release 6.2.3 (February 23, 2020)
- Lots of bugs and documentation fixes
- Added customizable #define statements through platformio.ini file (Read!!!)
- Changed the WiFiManager code to better support both architectures: ESP8266 and ESP32\

Features release 6.2.1 (February 2, 2020)
- PlatformIO support

Features release 6.2.0 (January 29, 2020)
Expand All @@ -25,6 +30,9 @@ Features release 6.2.0 (January 29, 2020)
- Change delays for GPS and other internal sensors, and repair internal
sensors to make sure we do not miss sensor messages
- Changed the MONITOR part to a circular buffer to save time when filling buffer
- Statistics log redefined
- Removed variables never used (PackaIO)


Features release 6.1.8 (January 21, 2020)
- Repair wifimanager compile for ESP8266, and make it work for ESP8266
Expand Down
7 changes: 4 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Single Channel LoRaWAN Gateway

Last Updated: January 29, 2020
Last Updated: February 23, 2020
Author: M. Westenberg (mw12554@hotmail.com)
Copyright: M. Westenberg (mw12554@hotmail.com)

Expand All @@ -16,16 +16,17 @@ Maintained by Maarten Westenberg (mw12554@hotmail.com)

# ToDo Functions

Features not in release 6.1.8
Features not in release 6.2.3


- Frequency: Support for eu433 frequencies
- Frequency: Support for eu433 frequencies (Standard)
- Testing and timing of downlink functions (need quiet area)
- Get HOP frequency functions to work on three frequencies
- Security: Enable passwords for GUI access and WiFi upload (may not be necessary for normal home router use)
- Enable remote updating through GUI
- Support FSK (May not be necessary)
- Support for other Mode A and B of LoRa devices
- Support for 3G/4G/5G devices



Expand Down
6 changes: 0 additions & 6 deletions lib/ESP32WebServer/README.md

This file was deleted.

72 changes: 0 additions & 72 deletions lib/ESP32WebServer/examples/esp32webserver1/esp32webserver1.ino

This file was deleted.

145 changes: 0 additions & 145 deletions lib/ESP32WebServer/examples/esp32webserver2/esp32webserver2.ino

This file was deleted.

36 changes: 0 additions & 36 deletions lib/ESP32WebServer/keywords.txt

This file was deleted.

9 changes: 0 additions & 9 deletions lib/ESP32WebServer/library.properties

This file was deleted.

Loading

0 comments on commit ca1e745

Please sign in to comment.