|
05f7794679
|
Created the Build and Flash commands to use arduino-cli with VSCode
|
2022-03-29 23:26:27 +02:00 |
|
|
460db55496
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
|
|
d2f620597c
|
Renamed ICACHE_RAM_ATTR to IRAM_ATTR because the former was deprecated, removed the multiline comment and replaced it with an #if statement
|
2022-03-29 23:23:47 +02:00 |
|
|
4dca5a0f1a
|
Added parenthesis arround ternary expression
|
2022-03-29 23:20:19 +02:00 |
|
|
6b1a06f1f7
|
Corrected a bad array index overflow in the apiTesterApi function :(
|
2022-03-29 23:18:43 +02:00 |
|
|
fb1d592dd1
|
Updated version number and comment
|
2022-03-29 23:17:28 +02:00 |
|
|
47f289f3fe
|
Mise à jour de 'README.md'
|
2021-12-19 13:23:04 +01:00 |
|
anschrammh
|
74b0bf810c
|
Updated the WebSockets librarie because it didn't work with the version 3.0.2 of the sdk anymore due to a change in the SSL classes
|
2021-12-19 13:14:00 +01:00 |
|
anschrammh
|
dc0a2d3517
|
Added #undef directive to unset the FILE_READWRITE define if it was previously set
|
2021-12-19 13:12:36 +01:00 |
|
anschrammh
|
8d305ec4da
|
Updated the SDFS librarie because it was updated in the sdk.
|
2021-12-19 13:10:41 +01:00 |
|
anschrammh
|
ae72a34a80
|
Updated the SD librarie because it was updated in the sdk.
|
2021-12-19 13:10:16 +01:00 |
|
anschrammh
|
5c42dfce39
|
Changed the SPI speed setting which was of type SPISettings to the type uint32_t. This is due to changes in the ESP8266 core sdk version. The app is now working with version 3.0.2 of this sdk.
|
2021-12-19 13:09:12 +01:00 |
|
anschrammh
|
7f3c4ecf9a
|
Started to add 2 new List classes (ArrayList and LinkedList
|
2021-12-19 13:06:33 +01:00 |
|
|
e108dd919a
|
Merge branch 'master' of http://web-directories.cf/git/Th3maz1ng/ESP8266_swiss_army_board
|
2021-07-25 18:26:48 +02:00 |
|
|
ae90e07d59
|
Added conditional macro to include some headers only when needed
|
2021-07-25 18:26:08 +02:00 |
|
|
238cfae09d
|
Added the resetIRQ method which resets the IR pin on the PCF
|
2021-07-25 15:39:34 +02:00 |
|
|
5813c6501d
|
Corrected some mistakes in the example sketch and added missing methods in the keywords file for syntax highlighting
|
2021-06-13 19:33:34 +02:00 |
|
|
781354a02f
|
Optimized the code and especially string literals to get a smaller RAM footprint
|
2021-01-29 18:17:00 +01:00 |
|
|
86074fbc67
|
Added debug printf to check malloc addresses
|
2021-01-27 17:07:02 +01:00 |
|
|
471cd43a4b
|
Slight index page modification, still in progress
|
2021-01-03 14:41:57 +01:00 |
|
|
fbe3690d64
|
Removed useless pinMode statement
|
2020-12-30 13:05:24 +01:00 |
|
|
51455c8a9f
|
Updated schematic
|
2020-12-29 18:20:59 +01:00 |
|
|
90890bd36f
|
Updated the .gitignore file
|
2020-12-29 18:04:22 +01:00 |
|
anschrammh
|
c646331c09
|
First commit of the KiCad design files
|
2020-12-29 11:15:49 +01:00 |
|
anschrammh
|
71cc0a6d8a
|
Updated some settings
|
2020-12-29 11:11:19 +01:00 |
|
anschrammh
|
2113075d6e
|
Added all credentials.h files to the ingnored file list
|
2020-12-29 11:10:29 +01:00 |
|
anschrammh
|
4c4832e475
|
Updated WEBServer (same changes as FTPServer)
|
2020-12-19 21:14:57 +01:00 |
|
anschrammh
|
4a6dde3bc3
|
Nothing Changed
|
2020-12-19 21:10:42 +01:00 |
|
anschrammh
|
3b03afb27e
|
Updated the initialization of the WEBServer and the FTPServer to enable TCPKeepAlive, as well as defining teh root directories for both of them
|
2020-12-19 21:09:48 +01:00 |
|
anschrammh
|
07456cc48e
|
Removed empty line
|
2020-12-19 21:05:47 +01:00 |
|
anschrammh
|
96e4cfa401
|
Replaced dependency from definition.h to utilities.h
|
2020-12-19 21:05:11 +01:00 |
|
anschrammh
|
8be389a08d
|
Removed the dependency to definition.h as well as replacing SDCardManager class parameter to SDClass parameter
|
2020-12-19 21:04:11 +01:00 |
|
anschrammh
|
573e33ccf4
|
Added ViewLink structure taken from definition.h
|
2020-12-19 20:52:59 +01:00 |
|
anschrammh
|
08afbad156
|
Moved functions from definition to utilities
|
2020-12-19 20:51:34 +01:00 |
|
anschrammh
|
46b246c270
|
Added WEBServer connected client count to debug message
|
2020-12-19 20:49:59 +01:00 |
|
anschrammh
|
c108c33162
|
Removed the cpp part of the definition
|
2020-12-19 20:47:09 +01:00 |
|
anschrammh
|
0511435edc
|
Updated the CFGFileParser.h to use the new utilities file
|
2020-12-19 20:43:45 +01:00 |
|
anschrammh
|
7fdb7b256e
|
Created the utilities cpp file containing moved functions that were in the definition.h file
|
2020-12-19 20:40:08 +01:00 |
|
anschrammh
|
a67354cd84
|
Added a comment about why not using the strdup c function
|
2020-12-17 08:20:31 +01:00 |
|
anschrammh
|
2cf047f4ff
|
Updated version history
|
2020-12-17 08:19:33 +01:00 |
|
|
2426a8c1dd
|
Mise à jour de 'README.md'
|
2020-12-16 00:50:03 +01:00 |
|
|
ae32bce365
|
Mise à jour de 'README.md'
|
2020-12-16 00:46:00 +01:00 |
|
anschrammh
|
e1ac857088
|
Called the TCPKeepAlive feature
|
2020-12-16 00:43:57 +01:00 |
|
anschrammh
|
19cf9ac678
|
Updated a changed method name
|
2020-12-16 00:42:12 +01:00 |
|
anschrammh
|
5627ebde48
|
Added the new enableTCPKeepAlive method which enable the feature for all new connected client after the call (this fixes a very annoying crash) and I corrected a bug with the maxClient setting
|
2020-12-16 00:40:54 +01:00 |
|
anschrammh
|
0c622c600b
|
Grouped common class initialization directives in one private method and enabled new TCPKeepAlive setting for WEB and FTP servers
|
2020-12-15 23:50:41 +01:00 |
|
anschrammh
|
125a02c0e6
|
Minor modifications
|
2020-12-15 23:47:35 +01:00 |
|
anschrammh
|
3e193233b4
|
Changed the file date time adjustements
|
2020-12-15 00:38:46 +01:00 |
|
anschrammh
|
5611f59575
|
Merge branch 'master' of http://82.64.196.164/git/Th3maz1ng/ESP8266_swiss_army_board
|
2020-12-15 00:15:27 +01:00 |
|
anschrammh
|
f57140ca91
|
Updated version history
|
2020-12-15 00:15:08 +01:00 |
|