Luc
5a45a91a07
Merge pull request #654 from MarSoft/fix-notifications-esp32
...
Notifications: do setInsecure on ESP32 too
Thank you
2021-07-20 14:55:40 +02:00
Luc
25b49197f3
Merge pull request #651 from MarSoft/fix-logging
...
Fix logging from littlefs_esp32_filesystem
Good catch thank you
2021-07-20 14:49:50 +02:00
Semyon Maryasin
7c0a274518
Notifications: do setInsecure on ESP32 too
...
Fixes #653
2021-07-20 14:41:13 +03:00
Semyon Maryasin
53d58aa49c
Add delay before starting camera
...
On the ESP32Cam board, when you try to start the camera right after boot-up,
it will give an error, like this:
[E][sccb.c:115] SCCB_Write(): SCCB_Write Failed addr:0x30, reg:0xc7, data:0x10, ret:-1
And then it will fail to init.
They say it is related to poor power supply.
But after I added this 500ms delay, the issue gone.
I suppose it's because after the board boot-up, there is a bunch of things initializing
and comsuming power, which causes camera voltage to be unstable.
And if we wait a bit then those initializations are over
and voltage is more stable.
2021-07-20 14:22:49 +03:00
Semyon Maryasin
0da1baf678
Fix logging from littlefs_esp32_filesystem
...
The log_esp3d macro expects string literal as its first argument.
2021-07-20 12:01:27 +03:00
Luc
7aeaee8236
Add missing setting for radio boot start state in ini config
2021-06-05 09:25:30 +02:00
Luc
b4a6ca3c54
add feature to disable network at boot suggested by @pmjdebruijn
...
Add ESP114 command to handle it
2021-06-02 20:28:47 +02:00
Luc
8753249cd9
Add support for SDFat 2.0 for ES8266/ESP32
...
Fix ESP0 typo
Apply Astyle
2021-06-01 17:16:17 +02:00
Luc
5a0d599f2c
Add support of SDFat 1.1 for ESP8266
...
Add support of dos shortname for sharedSD (mainly for Marlin)
Add SDFat version in report for reference
2021-05-31 18:39:45 +02:00
Luc
5bb62879ea
Fix ESP32 SDFat 1.1 compilation issue
...
Add pre script to add SDFat library path only if necessary
2021-05-29 15:12:58 +02:00
Luc
fb3186d8d9
Replace ESP8266 SD native by ESP8266 SD Api
...
Fix compilation crash with ESP8266 core 3.0 and Git
2021-05-28 18:19:20 +02:00
Luc
aaca73fe56
Update wificonfig.cpp
...
Fix signal is 0% in AP list when equal to minimal acceptable RSSI
2021-05-01 19:03:41 +02:00
Luc
9726f3e17e
Add MS and R for rewrite webUI in ESP400
...
Note: N parameter will be removed as replaced by more flexible MS when rewrite webUI is replacing current one
2021-05-01 17:26:45 +02:00
Luc
d465e791bc
Remove AXTLS related code
...
Update WebSocket libraryto latest version
2021-04-05 15:57:50 +02:00
Luc
c048c440ff
Send immediately 401 when disconnect
2021-04-02 09:24:57 +02:00
Luc
2876055a8c
Add new embedded page
2021-03-10 13:20:57 +01:00
Luc
fa61393141
Update version.h
2021-03-07 12:57:39 +01:00
Luc
7a7ac8f20b
mount FS after format - to avoid to restart board
2021-03-07 12:56:51 +01:00
Luc
eb632b70c0
Fix FORMAT message is incomplete in WebUI but ok in serial
2021-03-07 12:55:07 +01:00
Luc
eaae32be4d
Use same min signal as MKS for consistency
2021-03-07 11:38:23 +01:00
Luc
9ef91a421c
Fix AP List not show list in plain text
2021-03-07 11:28:54 +01:00
Luc
eaba22990a
Add setting to unsecure the serial when authentication is on
2021-02-25 14:12:55 +01:00
Luc
96dd998e4d
Fix typo thanks @IvanHolubec for pointing this out
2021-02-18 16:05:02 +01:00
Luc
ab024d4c0f
add more debug message
2021-02-10 13:49:14 +01:00
Luc
9668df134d
Update debug_esp3d.h
...
Fix typo that prevent compilation when debug
2021-02-10 13:10:36 +01:00
Luc
d90c172001
Compilation fixes for ESP32-S2
2021-02-05 19:04:16 +01:00
Luc
3665f6c31f
Update path for S2
2021-02-05 18:12:48 +01:00
Luc
99a4ad9045
Update ESP400.cpp
2021-02-04 14:38:38 +01:00
Luc
d56a936543
Fix DNS missing setting in static mode
2021-02-04 14:35:49 +01:00
Luc
5e4f438745
Add autoscroll in embedded page
...
Hide console when updating FW
2021-01-25 20:56:31 +01:00
Luc
ed7afb344d
Add console in embedded page
2021-01-25 20:08:44 +01:00
Luc
873110f4e3
Fix wrong name for LittleFS in report
2021-01-25 16:24:23 +01:00
Luc
06dd5c54f5
Update ESP190.cpp
...
remove debug dir list
2021-01-24 19:17:44 +01:00
Luc
1dba9e5341
Fix esp8266 compilations
2021-01-24 16:44:35 +01:00
Luc
868a9ba49c
Fix missing close files
...
Disable Debug
2021-01-24 14:59:02 +01:00
Luc
59e766b0b8
webdav part 1
2021-01-24 13:22:41 +01:00
Luc
c1816d512d
code cleaning
2021-01-21 13:41:09 +01:00
Luc
b181804da7
Fix wrong size info in net frame for version thanks @makerbase-mks
2021-01-16 09:38:27 +01:00
Luc
0e0efb2ec2
Delete littlefs_esp32_filesystem.cpp-
2021-01-13 21:04:51 +01:00
Luc
59ee29507d
Add LITTLEFS support for ESP32
2021-01-13 19:32:06 +01:00
Luc
6371c6cd50
Add subdir support and device support in command line upload
2021-01-11 13:56:16 +01:00
Luc
b5a8f2ab59
Use right format to generate the ModuleID thanks @makerbase-mks
2021-01-08 12:37:45 +01:00
Luc
d83faee956
Add some sanity check due to webUI
2021-01-07 20:42:03 +01:00
Luc
0ceec99c01
Remove unused code
2021-01-07 19:26:13 +01:00
Luc
4c4ff06518
Add MKS Fast Upload support
2021-01-07 16:24:36 +01:00
Luc
4a1f1c72e8
Fix dead loop of functions calling them self instead of arduino one in Hal
...
Add missing `ok` in ESP201
2021-01-05 18:44:53 +01:00
Luc
0567f717dc
Fix reset is failing orz...
2020-12-31 18:36:31 +01:00
Luc
df3f839cbf
Add message communication protocol for MKS board
...
Note: Uplaod isnot yet implemented
Add limitation for HotSpots to get at least -78 for RSSI to be listed, same as MKS do
Add some API to prepare the MSK upload protocol
Bump version
2020-12-30 21:38:28 +01:00
Luc
926dfd155b
Update configuration.h
2020-12-20 11:31:21 +01:00
Luc
0101f0a4fe
Fix ESP32 compilation failures
...
Fix Travis not sending email -TBC
2020-12-18 07:00:19 +01:00