Luc
41227d7a4e
Add parameter to [ESP800] to set setup flag
2020-11-05 14:20:19 +01:00
Luc
1eb58d507d
Update README.md
2020-11-02 12:50:13 +01:00
Luc
12e6c8ede8
fix compilation with new Print class in esp8266
2020-11-02 12:25:41 +01:00
Luc
8425f96af8
Fix compilations error with ESP8266
2020-11-02 11:45:28 +01:00
Luc
bb2b7a8e62
Fixes #394
...
Finally
2020-11-02 11:32:46 +01:00
Luc
b3f3af997f
Add flag for general setup done or not
2020-11-02 10:05:44 +01:00
Luc
2b2eb474d0
Update platformio.ini
...
per @gordo3di suggestion
2020-10-30 16:51:28 +01:00
Luc
1ba6db0846
Fix esp command number for camera settings
2020-10-26 19:22:22 +01:00
Luc
ca7e831147
update esp32cam.html to use snap
2020-10-26 17:46:31 +01:00
Luc
2aa146a926
Remove camera streaming feature as not working as expected
...
Clean code due to camera stream removed and left camera snap feature only
2020-10-26 16:44:18 +01:00
Luc
24d7d96c08
move camera stream to webserver insteado of http async
...
still use own task but streaming is still locking processes
2020-10-26 08:09:29 +01:00
Luc
adc7ae9778
Allow to enable esp32 serial service independant task
2020-10-26 07:57:24 +01:00
Luc
b646799599
Fix wait not using delay for esp32 for tasks
2020-10-26 07:53:57 +01:00
Luc
5d6b9f6fb2
Update ESP3D-features.xls
2020-10-20 15:20:39 +02:00
Luc
b7c1f684d2
Update configuration.h
...
default is no camera for travis to not failed on it for esp8266
2020-10-18 11:10:32 +02:00
Luc
eccad4248a
Fix hot camera start and restart
...
Simplify Camera module begin by separate streamserver from hardware initialization
2020-10-15 18:50:22 +02:00
Luc
a700546b8c
Add free PSRAM size if any in report
2020-10-15 14:17:49 +02:00
Luc
c2d7a22006
Better fix for boot issue with camera
2020-10-15 11:41:59 +02:00
Luc
50cb4f6294
Add PSRAM detection in ESP420
...
Stop hardware when starting board to allow http working at boot thanks Seppel
2020-10-15 10:11:23 +02:00
Luc
694f502fb0
Add Authentication session setting in EEPROM/Preferences
...
Update ESP420 to show if authentication is enabled
2020-10-10 17:11:08 +02:00
Luc
225db55f64
Library update
2020-10-10 16:51:11 +02:00
Luc
be1b47f9ac
Add ping response with session ID and time remaing if authentication
2020-10-08 14:34:10 +02:00
Luc
901c13be6f
Fix again same stupid error orz
2020-10-07 19:29:39 +02:00
Luc
4124fa9148
Typo fixes for webcode error type
...
Add ping function to check status
2020-10-07 16:17:28 +02:00
Luc
f3f44786c0
Fix wrong authentication failed management for files served on flash
2020-10-07 10:56:06 +02:00
Luc
08b80c66c7
Delete esp3d.ino.generic.bin
2020-10-06 09:14:36 +02:00
Luc
41a3150551
Update camera.cpp
...
change output to all clients for consistency
2020-10-05 15:16:33 +02:00
Luc
222dbdaf44
Create task for serial on ESP32 to avoid data lost
2020-10-05 10:45:01 +02:00
Luc
050eba3e73
Upgrade arduinoWebsockets
2020-10-04 17:00:35 +02:00
Luc
1c1a7d2fba
add missing library orz...
2020-10-04 14:39:59 +02:00
Luc
36601eec0a
Upgrade arduino websocket to 2.2.0
2020-10-04 12:43:03 +02:00
Luc
a212d3b049
Fix Wrong error code if ack timeout
...
Fix do not retry if time out in ack
Increase default timeout
2020-10-03 19:50:54 +02:00
Luc
7a804591c3
Disable webupdate capability if no ota partition in ESP32
2020-09-24 21:21:27 +02:00
Luc
e9b742434f
Fix loop of unique ota partition wrongly detected as second partition
...
next update partition should give null if no next app partition, but actually it loop first partition, so compare both addresses to be sure there are 2 distinct partitions
2020-09-24 20:12:35 +02:00
Luc
766eb4efbd
Update hal.cpp
...
astyle fix
2020-09-24 20:08:33 +02:00
Luc
5ddf03ff11
Update sdio_esp32.cpp
...
astyle fix
2020-09-24 20:08:12 +02:00
Luc
cafd52c403
Add sanity check per Aneantisor suggestion
2020-09-23 21:07:16 +02:00
Luc
b827984813
Update configuration.h
2020-09-23 18:59:03 +02:00
Luc
a7e97d873f
Fix recursive deadloop on esp32 with pinMode thanks Aneantisor
...
Add SDIO one bit mode setting in configuration.h thanks Aneantisor
Fix typo in comments
2020-09-22 15:47:01 +02:00
Luc
4341efedfd
Add captive portal detection in embeded page and display message accordingly
2020-09-22 13:00:56 +02:00
Luc
7e2d6222ee
Add sanity checks in ESP32 native functions
2020-09-21 21:05:05 +02:00
Luc
deda296a10
Add sanity check in rmdir
...
Fix typo in mkdir web command
2020-09-21 20:30:41 +02:00
Luc
7cf4b881fd
Fix upload on SDIO subdir failed due to subdirectory is not detected properly
...
Fix typo in DHT module
Move disable brown out dector to Hal::begin
2020-09-21 15:33:42 +02:00
Luc
4227db2947
Update README.md
...
fix discord link
2020-09-17 11:50:52 +02:00
Luc
ad8c92bbdd
Delete tasks.json
...
not necessary actually thanks @sl1pkn07
2020-09-11 16:49:26 +02:00
Luc
e56b559806
Update tasks.json
2020-09-11 12:45:22 +02:00
Luc
f0779b40ae
Update platformio.ini
2020-09-11 11:38:59 +02:00
Luc
9dbb716884
update for latest platformIO version
2020-09-10 21:29:20 +02:00
Luc
02c436e511
Update README.md
2020-09-08 17:04:44 +02:00
Luc
1b35e7b79f
Update README.md
2020-09-08 16:15:00 +02:00