octopusengine / octopuslab

octopusLAB - for devBoard ESP8266/32 - NodeMcu (LoLin) and octopus ESP-interface-board
29 stars 16 forks source link

Added code for php server and esp32 server reader #47

Closed BryanSmee closed 4 years ago

BryanSmee commented 4 years ago

Created some server reader wich can control RGB Led, Servomotor and display scrolling text

petrkr commented 4 years ago

I see lot of dangerous and bad code there, will rebase later and reopen this

petrkr commented 4 years ago

Please rebase your base on latest master and reopen new pull request.

Also please 1) change GET to POST HTTP method in set.php 2) remove hard-coded URL (change to to something like "CHANGE_ME" or do configuration) 3) fix possible PATH ("../../") injection in both set.php and get.php