92 Commits

Author SHA1 Message Date
fvanroie
c621881fce Rename HASP_USE_OTA to HASP_USE_ARDUINOOTA 2022-05-10 15:44:58 +02:00
fvanroie
00919d7f05 Allow HTTPS sites with or without redirects enabled #300 2022-05-07 22:50:27 +02:00
fvanroie
5feef42e30 Firmware Upgrade From URL #300 2022-04-28 02:51:49 +02:00
fvanroie
3fa03f11f8 Move #include "ArduinoLog.h" to hasplib.h 2022-04-26 15:22:07 +02:00
fvanroie
f4e408d1c5 Allow HASP_LOG_LEVEL as override 2022-04-26 14:45:26 +02:00
fvanroie
36194b715d Update to LovyanGFX 0.4.16 and TFT_eSPI 2.4.50 2022-04-21 15:42:17 +02:00
fvanroie
4d337da0e3 Add SimpleFTPServer #283 2022-01-17 03:50:05 +01:00
fvanroie
781c711abb Update License 2022-01-10 05:57:46 +01:00
fvanroie
09ae100b27 Harmonize hostname, username and password length 2021-11-16 00:02:24 +01:00
fvanroie
8e74dc00ab Update configs 2021-11-13 02:57:59 +01:00
fvanroie
b9e0a2fb30 Update include headers 2021-10-29 16:31:44 +02:00
fvanroie
45a451c830 Change HASP_USE_CUSTOM > 0 to defined(HASP_USE_CUSTOM) 2021-10-08 18:59:41 +02:00
fvanroie
c8c1a31feb Add HASP_USE_CAPTIVE_PORTAL 2021-09-22 22:00:20 +02:00
fvanroie
5e1b4504e8
Merge branch 'master' into image-improvement 2021-08-02 19:08:37 +02:00
fvanroie
a2c9686341 Add HASP_START_CONSOLE 2021-07-19 00:33:03 +02:00
fvanroie
b1ec4bfc4a Add HASP_START_TELNET and HASP_START_HTTP 2021-07-18 17:02:26 +02:00
fvanroie
019fe20e1c Add HASP_USE_CUSTOM 2021-07-12 04:13:50 +02:00
fvanroie
e9d98cca44 Disable ArduinoOTA by default 2021-07-04 23:28:32 +02:00
fvanroie
84f5685ca7 Add HASP_USE_HTTP_ASYNC 2021-07-02 16:00:51 +02:00
fvanroie
d40a9188f8 Add missing MIT License 2021-06-12 00:59:29 +02:00
fvanroie
6f81434615 Disable ArduinoOTA on WT32-SC01 2021-06-12 00:50:14 +02:00
fvanroie
1cca0873fd Test raw image over http 2021-06-07 16:11:10 +02:00
fvanroie
830b3acbef Add strcpy_P for native builds 2021-05-16 21:59:29 +02:00
fvanroie
81850a52ad Remove HASP_NUM_INPUTS 2021-05-12 04:29:32 +02:00
fvanroie
75f76a7f3e Add HASP_TOPIC_COMMAND and HASP_USE_BROADCAST 2021-05-07 00:37:42 +02:00
fvanroie
76ae156018 Add separate hasp_console 2021-05-06 21:26:11 +02:00
fvanroie
21bbdb9c32 Cleanup headers 2021-05-06 04:19:41 +02:00
fvanroie
8194744387 Set TFT_BACKLIGHT_ON default HIGH 2021-04-15 22:57:27 +02:00
fvanroie
04d970f529 Move defines to hasp_conf.h 2021-04-15 17:15:47 +02:00
fvanroie
2dc7255117 Reduce build warnings 2021-04-12 03:28:13 +02:00
arovak
ed3ba7d55c Add user_override_sample.h with example settings 2021-04-05 21:31:51 +02:00
Thomas Langewouters
67a63105ce Add linux emulator platform 2021-03-01 21:38:45 +01:00
fvanroie
87557f8b05 Fixes for STM32F4 2021-02-24 23:06:51 +01:00
fvanroie
45a364c076 Fix build errors on ESP32 ethernet 2021-02-24 03:09:05 +01:00
fvanroie
2a2fc45425 Add strcasecmp 2021-02-21 20:36:38 +01:00
fvanroie
046ecb0b7a Post latest updates 2021-02-17 22:12:56 +01:00
fvanroie
367458469b Xplatform changes 2021-02-16 17:12:38 +01:00
fvanroie
a70eb1fd5f Add Windows client 2021-02-15 03:09:17 +01:00
fvanroie
1a29225f3e Add HASP_OBJECT_NOTATION 2021-02-04 00:39:47 +01:00
fvanroie
ee01ad0c0d Code cleanup 2021-01-20 17:55:14 +01:00
fvanroie
49719a5af9 Fix hasp_filesystem include 2021-01-10 02:15:25 +01:00
fvanroie
0d5b92b7e5 Add build options 2020-12-29 00:57:18 +01:00
fvanroie
f9a67dbedc Reorganize folder structure 2020-12-26 03:22:45 +01:00
fvanroie
a949e70556 Set default configs 2020-12-13 05:56:35 +01:00
fvanroie
ade03960ff
Gpio improvements (#24)
* Return network status

* lvgl v8 preparations

* Fix pin assignment

* Improve idle checking

* Add bcklpin 32

* Update upload_port

* Comment on seperate line

* Update test.yaml

* Copy boot partitions

* Add release workflow

* Update README.md

* Small changes

* Add docs

* Delete 17-javascript.md

* Update docs

* Rename haspWakeUp to guiWakeUp

* Code cleanup

* Rename haspWakeUp to guiWakeUp

* Code cleanup

* Change to lvgl#dev-v8

* Update check_obj_type

* Enable default PULLUP

* Bump StreamUtils Version

* Increase JsonDocument size

* Improve GPIO Settings

* Comment default ports

* Add more GPIOs configs

* Gpio improvements

* Use saved_page in hasp_new_object

Co-authored-by: fvanroie
2020-12-13 00:26:02 +01:00
fvanroie
046d4f3ec6 Fix dependencies and typos 2020-11-29 23:10:27 +01:00
fvanroie
5ec7e1b45e Add support for LittleFS 2020-11-25 13:41:52 +01:00
fvanroie
5cdf3ca380 Rename hasp_ethernet driver for stm32 2020-11-22 17:20:37 +01:00
fvanroie
68a38d0b38 Prepare for LittleFS 2020-11-14 14:02:35 +01:00
fvanroie
aa244d5cf2 Rewrite Logging 2020-11-10 00:22:42 +01:00