729 Commits

Author SHA1 Message Date
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
Luc
3c7082a5b5
Merge pull request #652 from MarSoft/fix-camera-bootup
Add delay before starting camera

I never had such issue - but it won't hurt
2021-07-20 14:49:15 +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
0baa384768 Update prepare-libs.sh 2021-06-01 08:18:22 +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
585805b4dd
Update README.md 2021-04-13 07:45:17 +02:00
Luc
0abe41a2cf
Update final-check.sh
be sure exit 1 on failure
2021-04-12 08:26:52 +02:00
Luc
7debf1c41c Create cron-ci.yml
for automated monthly check if any problem with update of cores repositories
2021-04-11 10:29:28 +02:00
Luc
2c919cb681 Replace travis badge by github-action badge 2021-04-11 10:01:38 +02:00
Luc
4d61ded0a5 POC github actions as CI instead of Travis-Ci 2021-04-11 09:50:03 +02:00
Luc
24004730e5 Update .travis.yml 2021-04-07 19:18:15 +02:00
Luc
9097a6e45e remove the verbose compilation 2021-04-07 18:03:12 +02:00
Luc
cb0382ba3b Update .travis.yml 2021-04-07 17:55:04 +02:00
Luc
2751396cf8 Update .travis.yml 2021-04-07 17:41:34 +02:00
Luc
180bed64c8
Update .travis.yml 2021-04-06 23:35:55 +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
75a86381c9 Update ESP3D-features.xls 2021-02-04 17:14:12 +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
8f4482c719 Update README.md
add credits to not forget anyone as start to be quite big list
2021-01-24 16:20:48 +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